mirror of
https://github.com/strapi/strapi.git
synced 2025-11-24 14:11:05 +00:00
Fix codecov option
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
3f55adc34e
commit
fbfd61122d
@ -57,8 +57,8 @@ jobs:
|
|||||||
name: 'Lint / Unit Tests '
|
name: 'Lint / Unit Tests '
|
||||||
script:
|
script:
|
||||||
- yarn run -s lint
|
- yarn run -s lint
|
||||||
- yarn run -s test:unit && codecov -c -F unit
|
- yarn run -s test:unit && codecov -C -F unit
|
||||||
- yarn run -s test:front && codecov -c -F front
|
- yarn run -s test:front && codecov -C -F front
|
||||||
|
|
||||||
- <<: *e2e_tests
|
- <<: *e2e_tests
|
||||||
name: 'E2E Postgresql'
|
name: 'E2E Postgresql'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user