diff --git a/.travis.yml b/.travis.yml index 4c657dfa..c5cfcfca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,12 +37,12 @@ before_install: before_script: # greenkeeper-lockfile support - greenkeeper-lockfile-update - - npm install -g codecov + # - npm install -g codecov script: yarn coverage after_success: - - codecov + # - codecov after_script: # greenkeeper-lockfile support diff --git a/README.md b/README.md index f3961322..25529e3e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Travis CI](https://api.travis-ci.org/GNS3/gns3-web-ui.svg?branch=master)](https://travis-ci.org) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/GNS3/gns3-web-ui?branch=master&svg=true)](https://www.appveyor.com/) [![CircleCI](https://circleci.com/gh/GNS3/gns3-web-ui/tree/master.png)](https://circleci.com/gh/GNS3/gns3-web-ui/tree/master.png) -[![codecov](https://codecov.io/gh/GNS3/gns3-web-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/GNS3/gns3-web-ui) [![Dependency](https://img.shields.io/librariesio/github/GNS3/gns3-web-ui)](https://libraries.io/github/GNS3/gns3-web-ui) [![Packages versions](https://repology.org/badge/latest-versions/gns3.svg)](https://repology.org/metapackage/gns3/versions) diff --git a/angular.json b/angular.json index 3be730c1..6b7e8338 100644 --- a/angular.json +++ b/angular.json @@ -181,9 +181,6 @@ "assets": [ "src/assets", "src/favicon.ico" - ], - "codeCoverageExclude": [ - "src/app/cartography/components/experimental-map/**/*" ] } },