mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-27 05:51:22 +01:00
Add codecov
This commit is contained in:
parent
4cc45f66da
commit
621806e5c6
@ -3,6 +3,9 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install -g codecov
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- '8'
|
- '8'
|
||||||
- '9'
|
- '9'
|
||||||
@ -13,6 +16,7 @@ script:
|
|||||||
- yarn lint:all
|
- yarn lint:all
|
||||||
- yarn test:coverage --runInBand --no-cache
|
- yarn test:coverage --runInBand --no-cache
|
||||||
- yarn test --runInBand --no-cache
|
- yarn test --runInBand --no-cache
|
||||||
|
- codecov
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
Loading…
Reference in New Issue
Block a user