Skip to content

Commit

Permalink
Upload coverage report for JS unit tests to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Feb 5, 2024
1 parent 1ef2067 commit a9527e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/js-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ jobs:

- name: Run JavaScript unit tests
run: npm run test:js

- name: JS unit coverage report
uses: codecov/codecov-action@v3
with:
files: coverage/clover.xml
flags: js-unit-tests
name: js-coverage-report

0 comments on commit a9527e8

Please sign in to comment.