Skip to content

Commit

Permalink
fix macos Codacy filename
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 24, 2024
1 parent ac25980 commit 00df8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: .coverage-linux-${{ matrix.python-version }}.xml
coverage-reports: .coverage-macos-${{ matrix.python-version }}.xml
if: ${{ always() }}

- name: Codecov Coverage Report
Expand Down

0 comments on commit 00df8c7

Please sign in to comment.