Remove codecov connection.

This commit is contained in:
Viktor Kovacs 2021-05-03 21:24:16 +02:00
parent 92b993f5f4
commit 7105991994
4 changed files with 1 additions and 9 deletions

View File

@ -5,7 +5,6 @@ Online 3D Viewer (https://3dviewer.net) is a free and open source web solution t
[![Build status](https://ci.appveyor.com/api/projects/status/exypq43a8kjby5n0?svg=true)](https://ci.appveyor.com/project/kovacsv/online3dviewer)
[![Build Status](https://travis-ci.com/kovacsv/Online3DViewer.svg?branch=master)](https://travis-ci.com/kovacsv/Online3DViewer)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/kovacsv/Online3DViewer.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kovacsv/Online3DViewer/context:javascript)
[![codecov](https://codecov.io/gh/kovacsv/Online3DViewer/branch/master/graph/badge.svg?token=xD8Kek6gQz)](https://codecov.io/gh/kovacsv/Online3DViewer)
## Documentation

View File

@ -14,7 +14,6 @@ build_script:
test_script:
- npm run test
- npm run codecov
artifacts:
- path: build\final\package\*

View File

@ -1,4 +0,0 @@
coverage:
range: 50..80
round: down
precision: 0

View File

@ -10,13 +10,11 @@
"mocha": "^8.3.2",
"rewire": "^5.0.0",
"svgo": "^2.2.2",
"nyc": "^15.1.0",
"codecov": "^3.8.1"
"nyc": "^15.1.0"
},
"scripts": {
"test": "mocha test",
"coverage": "nyc mocha test",
"codecov": "nyc --reporter=lcov mocha test && codecov",
"build": "python tools/create_package.py",
"update": "python tools/update_includes.py",
"svg": "python tools/optimize_svg_files.py"