Skip to content

Commit

Permalink
ci: 💚 fix unit test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs committed Nov 7, 2023
1 parent 95d5f86 commit 59827bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
reporter: mocha-json # Format of test results
- name: Coverage report
uses: lucassabreu/comment-coverage-clover@main
with:
name: Unit test Coverage report
with:
file: coverage/clover.xml

0 comments on commit 59827bf

Please sign in to comment.