Skip to content

Commit

Permalink
build: jasmin code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Oct 20, 2023
1 parent 8cdc8d0 commit a3a4b34
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: npm run report-coverage
- name: Run codecov
uses: codecov/codecov-action@v1
with:
files: ./mocha.lcov,./jasmine.lcov
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ sample/*/package-lock.json
out/
.nyc_output
coverage.lcov
mocha.lcov
jasmine.lcov
Loading

0 comments on commit a3a4b34

Please sign in to comment.