Skip to content

Commit

Permalink
publish coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Apr 26, 2020
1 parent 2ae3d09 commit 327e85a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -17,8 +17,11 @@ jobs:
name: lint
command: npm run lint
- run:
name: lint
name: test
command: npm run test
- run:
name: publish coveralls
command: node ./node_modules/coveralls/bin/coveralls.js < .coverage/lcov.info
- store_artifacts:
path: .coverage
- run:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -55,6 +55,7 @@
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.2",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
Expand Down

0 comments on commit 327e85a

Please sign in to comment.