Skip to content

Commit

Permalink
Fix send coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
efcmeg committed May 21, 2020
1 parent 6dfd7c7 commit 302f693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: node_js
node_js:
- '10'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"",
"cov": "run-s build test:unit cov:html && open-cli coverage/index.html",
"cov:html": "nyc report --reporter=html",
"cov:send": "nyc report --reporter=lcov && codecov --file=./coverage/lcov.info",
"cov:send": "node_modules/.bin/nyc report --reporter=lcov && codecov",
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100",
"version": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",
Expand Down Expand Up @@ -71,7 +71,7 @@
"get-stream": "^5.1.0",
"gh-pages": "^2.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"nyc": "^15.0.1",
"open-cli": "^5.0.0",
"prettier": "^2.0.5",
"source-map-support": "^0.5.19",
Expand Down

0 comments on commit 302f693

Please sign in to comment.