Add codecov reporting to build process.
This commit is contained in:
@ -12,3 +12,7 @@ install:
|
||||
- yarn
|
||||
notifications:
|
||||
email: false
|
||||
before_script:
|
||||
- yarn add codecov --dev
|
||||
after_script:
|
||||
- codecov
|
||||
|
Reference in New Issue
Block a user