Skip to content

Commit

Permalink
πŸ’š ci: upload correct coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Oct 12, 2024
1 parent bbfcc0c commit d0450fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.platform }}-${{ matrix.python-version }}
path: reports/.coverage
path: reports/coverage.xml

coveralls-finish:
needs: [python-test]
Expand Down

0 comments on commit d0450fb

Please sign in to comment.