Skip to content

Commit cfd5f8a

Browse files
committed
restrict codecov upload to Python 3.11
Signed-off-by: gruebel <[email protected]>
1 parent 93de1c7 commit cfd5f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Run E2E tests with behave
4444
run: hatch run e2e
4545

46-
- name: Upload coverage to Codecov
46+
- if: matrix.python-version == '3.11'
47+
name: Upload coverage to Codecov
4748
uses: codecov/codecov-action@v3
4849
with:
4950
flags: unittests # optional

0 commit comments

Comments
 (0)