Skip to content

Commit

Permalink
chore: integrate with coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrzy committed Oct 9, 2020
1 parent 653e0e2 commit 08e52b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "node"
script:
- npm run test
- npm run coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.com/Qrzy/bgg-xml-api-client.svg?branch=master)](https://travis-ci.com/Qrzy/bgg-xml-api-client)
[![Coverage Status](https://coveralls.io/repos/github/Qrzy/bgg-xml-api-client/badge.svg?branch=coveralls-integration)](https://coveralls.io/github/Qrzy/bgg-xml-api-client?branch=coveralls-integration)

# BGG XML API Client

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"scripts": {
"test": "jest --config jest.config.json --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"format": "prettier --write \"src/**/*.ts\"",
"build": "npm run format && npm run lint && npx rollup -c",
"lint": "eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit 08e52b1

Please sign in to comment.