Skip to content

Commit

Permalink
Swirch to coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
efcmeg committed May 21, 2020
1 parent 302f693 commit 7dddb74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ cache:
directories:
- '$HOME/.npm'
after_success:
- npm run cov:send
- npm run cov:check
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mime-info-stream-parser

[![Build Status](https://travis-ci.org/efcmeg/mime-info-stream-parser.svg?branch=master)](https://travis-ci.org/efcmeg/mime-info-stream-parser)
[![codecov](https://codecov.io/gh/efcmeg/mime-info-stream-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/efcmeg/mime-info-stream-parser)
[![Coverage Status](https://coveralls.io/repos/github/efcmeg/mime-info-stream-parser/badge.svg?branch=master)](https://coveralls.io/github/efcmeg/mime-info-stream-parser?branch=master)

> Convert freedesktop mime info XML to a simple JSON dictionary.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"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": "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 @@ -63,7 +62,7 @@
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"ava": "2.2.0",
"codecov": "^3.5.0",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
Expand Down

0 comments on commit 7dddb74

Please sign in to comment.