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 969c1d6 commit 8c9c0f6Copy full SHA for 8c9c0f6
.github/workflows/ci-additional.yaml
@@ -103,7 +103,7 @@ jobs:
103
$PYTEST_EXTRA_FLAGS
104
105
- name: Upload code coverage to Codecov
106
- uses: codecov/codecov-action@v2.0.2
+ uses: codecov/codecov-action@v2.0.3
107
with:
108
file: ./coverage.xml
109
flags: unittests,${{ matrix.env }}
.github/workflows/ci.yaml
@@ -100,7 +100,7 @@ jobs:
100
path: pytest.xml
101
102
flags: unittests
0 commit comments