mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-17 15:08:52 +00:00
Merge branch 'master' of github.com:GNS3/gns3-web-ui
This commit is contained in:
commit
483aa5f38f
@ -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
|
||||
|
@ -1,6 +1,11 @@
|
||||
# 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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user