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