Skip to content

Commit

Permalink
fix: coverage file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli committed Feb 23, 2023
1 parent 5774515 commit 515b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
files: ./xml_coverage_py${{ matrix.python-version }}.xml
files: ./xml_coverage_py${{ matrix.python-version }}-mac.xml

# This workflow contains a single job called "release"
release:
Expand Down

0 comments on commit 515b874

Please sign in to comment.