Skip to content

Commit

Permalink
ci: install nyc and compile report
Browse files Browse the repository at this point in the history
Relates #10

Co-authored-by: Trish <[email protected]>
  • Loading branch information
Netceer and trishtracking committed Oct 21, 2020
1 parent ddf47e9 commit 002f195
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
- run:
name: run tests and generate coverage
command: npm run cov
- run:
name: compile report
command: npm run report-test
- codecov/upload:
file: "./coverage/clover.xml"
file: "./coverage.lcov"
# token: 064e11d9-e351-4e4f-899d-f13af28649fb

workflows:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/node_modules
.env
/coverage
/coverage
.nyc_output
coverage.lcov
Loading

0 comments on commit 002f195

Please sign in to comment.