mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 02:39:50 +00:00
Codecov support
This commit is contained in:
parent
fd5a5c2079
commit
5ca570e593
@ -40,8 +40,12 @@ before_script:
|
||||
- yarn
|
||||
# greenkeeper-lockfile support
|
||||
- greenkeeper-lockfile-update
|
||||
- npm install -g codecov
|
||||
|
||||
script: yarn ng test --watch=false
|
||||
script: yarn ng test --watch=false --code-coverage
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
after_script:
|
||||
# greenkeeper-lockfile support
|
||||
|
Loading…
Reference in New Issue
Block a user