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 33cdabd commit f2d0eb4Copy full SHA for f2d0eb4
.github/workflows/ci-additional.yaml
@@ -109,7 +109,7 @@ jobs:
109
$PYTEST_EXTRA_FLAGS
110
111
- name: Upload code coverage to Codecov
112
- uses: codecov/codecov-action@v3.0.0
+ uses: codecov/codecov-action@v3.1.0
113
with:
114
file: ./coverage.xml
115
flags: unittests,${{ matrix.env }}
.github/workflows/ci.yaml
@@ -104,7 +104,7 @@ jobs:
104
path: pytest.xml
105
106
107
108
flags: unittests
0 commit comments