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 d944447 commit e1d2533Copy full SHA for e1d2533
.github/workflows/ci-additional.yaml
@@ -96,7 +96,7 @@ jobs:
96
--cov-report=xml
97
98
- name: Upload code coverage to Codecov
99
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.1.0
100
with:
101
file: ./coverage.xml
102
flags: unittests,${{ matrix.env }}
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
pytest -n auto --cov=./ --cov-report=xml
64
65
66
- uses: codecov/codecov-action@v1
67
68
69
flags: unittests
0 commit comments