Fix codecov option

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
Alexandre Bodin 2020-01-16 15:03:13 +01:00
parent 3f55adc34e
commit fbfd61122d

View File

@ -57,8 +57,8 @@ jobs:
name: 'Lint / Unit Tests '
script:
- yarn run -s lint
- yarn run -s test:unit && codecov -c -F unit
- yarn run -s test:front && codecov -c -F front
- yarn run -s test:unit && codecov -C -F unit
- yarn run -s test:front && codecov -C -F front
- <<: *e2e_tests
name: 'E2E Postgresql'