Skip to content

Commit

Permalink
fix coverage upload filename
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 24, 2024
1 parent 282d910 commit 92cc143
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 @@ -80,5 +80,5 @@ jobs:
- name: Codacy Coverage Report
run:
bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
-l Python -r .coverage-linux-${{ matrix.python-version }}.xml
-l Python -r .coverage-macos-${{ matrix.python-version }}.xml
if: ${{ always() }}

0 comments on commit 92cc143

Please sign in to comment.