Merge pull request #614 from dopry/609_add_codecov

Add codecov reporting  to build process.
This commit is contained in:
Shawn Erquhart 2017-09-25 14:37:56 -04:00 committed by GitHub
commit aa14a663e0
2 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,7 @@ install:
- yarn
notifications:
email: false
before_script:
- yarn add codecov --dev
after_script:
- codecov

1
codecov.yml Normal file
View File

@ -0,0 +1 @@
comment: false