Skip to content

Commit 45ee51d

Browse files
committedJan 10, 2019
boilerplate: Remove CodeCoverage
1 parent 3719e69 commit 45ee51d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ node_js:
77
- "9"
88
- "10"
99

10-
after_success:
11-
- npm run coverage
12-
- npm i codecov
13-
- codecov -f coverage/coverage.json
14-
1510
notifications:
1611
email: false
1712

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"xo": "*"
1414
},
1515
"scripts": {
16-
"coverage": "test-jstransformer coverage",
1716
"test": "test-jstransformer",
1817
"posttest": "xo --space=2 --no-semicolon index.js"
1918
},

0 commit comments

Comments
 (0)
Please sign in to comment.