Skip to content

Commit

Permalink
Use Coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
ponponner committed Apr 22, 2019
1 parent 3492bf9 commit 58792c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Expand Up @@ -8,5 +8,8 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run test:ci
- store_artifacts:
path: dest/coverage
# - store_artifacts:
# path: dest/coverage
- run:
name: post coverage
command: cat ./dest/coverage/lcov.info | ./node_modules/.bin/coveralls
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
## null-safety

[![CircleCI](https://circleci.com/gh/ponponner/null-safety.svg?style=svg)](https://circleci.com/gh/ponponner/null-safety)
[![Coverage Status](https://coveralls.io/repos/github/ponponner/null-safety/badge.svg?branch=develop)](https://coveralls.io/github/ponponner/null-safety?branch=develop)

## example:

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -22,6 +22,7 @@
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.11",
"@types/jsdom": "^12.2.3",
"coveralls": "^3.0.3",
"jest": "^24.7.1",
"jsdom": "^14.0.0",
"prettier": "1.16.4",
Expand Down

0 comments on commit 58792c5

Please sign in to comment.