Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit eaea586

Browse files
update .codecov.yml and fixed report
1 parent b72987a commit eaea586

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage:
2+
range: "60...100"

codecov.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@
3333
"yarn": ">= 1.3.0"
3434
},
3535
"scripts": {
36-
"ci": "yarn run eslint && yarn run test:coverage",
36+
"ci": "yarn run eslint && yarn run test:coverage && yarn run test:report",
3737
"clean": "rm -Rf tmp",
3838
"mongo": "mongod --dbpath data --quiet",
3939
"mongo:win": "mongod --dbpath /data/db --quiet",
4040
"test": "yarn run mocha && yarn run cucumber",
4141
"test:coverage": "nyc --reporter=lcovonly --reporter=text-summary yarn run test",
42+
"test:report": "nyc report --reporter=text-lcov > coverage.lcov"
4243
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
4344
"start": "node server/",
4445
"dev": "cross-env DEBUG=feathers* nodemon server/",

0 commit comments

Comments
 (0)