Skip to content

Commit

Permalink
add code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Aug 13, 2020
1 parent 3e98fc8 commit 8bf6bef
Show file tree
Hide file tree
Showing 4 changed files with 1,203 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- checkout
- node/install-packages
- run: npm run test
- run: npm run test-coverage
- run: npm run codecov
lint-lib:
executor:
name: node/default
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea/
node_modules/
lib/
.nyc_output/
*.lcov
Loading

0 comments on commit 8bf6bef

Please sign in to comment.