Merge pull request #614 from dopry/609_add_codecov
Add codecov reporting to build process.
This commit is contained in:
commit
aa14a663e0
@ -12,3 +12,7 @@ install:
|
|||||||
- yarn
|
- yarn
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
before_script:
|
||||||
|
- yarn add codecov --dev
|
||||||
|
after_script:
|
||||||
|
- codecov
|
||||||
|
1
codecov.yml
Normal file
1
codecov.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
comment: false
|
Loading…
x
Reference in New Issue
Block a user