Skip to content

Commit

Permalink
chore(testing): Update coverage report path in GitHub Actions workflow (
Browse files Browse the repository at this point in the history
#29)

Changed the coverage report path to use `coverage/clover.xml` in the Codacy coverage reporter action. This ensures the correct coverage report is used for analysis, improving the accuracy of reporting in Codacy.
  • Loading branch information
hckhanh authored Dec 1, 2024
1 parent fd5f63f commit 91d13d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage
coverage-reports: coverage/clover.xml
deno:
name: Deno
needs: lints
Expand Down

0 comments on commit 91d13d4

Please sign in to comment.