Skip to content

Commit

Permalink
add code-coverage-report
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 committed Feb 24, 2023
1 parent 7e49566 commit 411b1f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
run: yarn install --prefer-offline --immutable
- name: Run Coverage Tests
run: yarn run test:ci
- name: Code Coverage Summary
uses: irongut/[email protected]
with:
filename: coverage.clover.xml

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
/.cache
/build
/public/build
/coverage
.env
package-lock.json

Expand Down

0 comments on commit 411b1f6

Please sign in to comment.