Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 2f5a455

Browse files
committed
🔥 : remove coverage
1 parent 4a7ed33 commit 2f5a455

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ test:
88
- npm install
99
- npm run build
1010
- npm run test
11-
- npx nyc --reporter cobertura mocha
12-
artifacts:
13-
reports:
14-
cobertura: coverage/cobertura-coverage.xml

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
"build": "rollup -c rollup.config.js",
2121
"publish": "npm publish --access public",
2222
"lint": "eslint src test example",
23-
"test": "jest",
2423
"dev:test": "jest --watch",
25-
"coverage": "npx nyc --reporter cobertura mocha"
24+
"test": "jest"
2625
},
2726
"devDependencies": {
2827
"@rollup/plugin-alias": "^3.1.1",

test/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
const { mount, config } = require("@vue/test-utils");
66
const VueNextRx = require("../dist/rx-vue-next.js");
7-
8-
// library
97
const { Observable } = require("rxjs");
108
const { startWith } = require("rxjs/operators");
119

0 commit comments

Comments
 (0)