Skip to content

Commit 0f5b0ca

Browse files
authored
ci: restrict codecov to a single python version (#93)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 6af48e9 commit 0f5b0ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
run: hatch run cov
5050
working-directory: ${{ matrix.package }}
5151

52-
- name: Upload coverage to Codecov
53-
uses: codecov/[email protected]
52+
- if: matrix.python-version == '3.11'
53+
name: Upload coverage to Codecov
54+
uses: codecov/[email protected]
5455
with:
5556
name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
5657
directory: ${{ matrix.package }}

0 commit comments

Comments
 (0)