Add codecov reporting to build process.

This commit is contained in:
Darrel O'Pry 2017-09-15 23:03:09 -04:00
parent 1f06885a69
commit f8a1d4b21b
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