We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5185b26 commit 47f58bdCopy full SHA for 47f58bd
.github/workflows/ci-additional.yaml
@@ -62,7 +62,7 @@ jobs:
62
$PYTEST_EXTRA_FLAGS
63
64
- name: Upload code coverage to Codecov
65
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
66
with:
67
file: ./coverage.xml
68
flags: unittests,${{ matrix.env }}
.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
--junitxml=test-results/${{ runner.os }}-${{ matrix.python-version }}.xml
59
60
61
flags: unittests
0 commit comments