Skip to content

Commit

Permalink
CI: List coverage.xml explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 19, 2024
1 parent 8ddbcdf commit 7fd4d39
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,19 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
name: "py${{ matrix.python-version }}"
files: coverage.xml
verbose: true
fail_ci_if_error: true

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Debug
shell: bash
run: |
cat coverage.xml
lint-and-format:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 7fd4d39

Please sign in to comment.