Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
🔧 checking codacy again (codacy/codacy-coverage-reporter-action#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Aug 1, 2023
1 parent 421ab3c commit d1d07fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
files: .build/coverage/clover.xml

- name: "Send code coverage report to Codacy"
if: runner.os != 'Windows'
# if: runner.os != 'Windows'
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down

0 comments on commit d1d07fc

Please sign in to comment.