Skip to content

Commit

Permalink
ci: restrict codecov to a single python version (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jul 11, 2024
1 parent 6af48e9 commit 0f5b0ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
run: hatch run cov
working-directory: ${{ matrix.package }}

- name: Upload coverage to Codecov
uses: codecov/[email protected]
- if: matrix.python-version == '3.11'
name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
directory: ${{ matrix.package }}
Expand Down

0 comments on commit 0f5b0ca

Please sign in to comment.