mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 14:58:15 +00:00
Merge branch 'master' of github.com:GNS3/gns3-web-ui
This commit is contained in:
@ -40,8 +40,12 @@ before_script:
|
|||||||
- yarn
|
- yarn
|
||||||
# greenkeeper-lockfile support
|
# greenkeeper-lockfile support
|
||||||
- greenkeeper-lockfile-update
|
- 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:
|
after_script:
|
||||||
# greenkeeper-lockfile support
|
# greenkeeper-lockfile support
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# gns3-web-ui
|
# gns3-web-ui
|
||||||
|
|
||||||
[](https://greenkeeper.io/) [](https://travis-ci.org) [](https://www.appveyor.com/) [](https://circleci.com/gh/GNS3/gns3-web-ui/tree/master.png)
|
[](https://greenkeeper.io/)
|
||||||
|
[](https://travis-ci.org)
|
||||||
|
[](https://www.appveyor.com/)
|
||||||
|
[](https://circleci.com/gh/GNS3/gns3-web-ui/tree/master.png)
|
||||||
|
[](https://codecov.io/gh/GNS3/gns3-web-ui)
|
||||||
|
|
||||||
|
|
||||||
Test WebUI implementation for GNS3.
|
Test WebUI implementation for GNS3.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user