Skip to content

Commit 8c9c0f6

Browse files
Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#5747)
1 parent 969c1d6 commit 8c9c0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
$PYTEST_EXTRA_FLAGS
104104
105105
- name: Upload code coverage to Codecov
106-
uses: codecov/codecov-action@v2.0.2
106+
uses: codecov/codecov-action@v2.0.3
107107
with:
108108
file: ./coverage.xml
109109
flags: unittests,${{ matrix.env }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
path: pytest.xml
101101

102102
- name: Upload code coverage to Codecov
103-
uses: codecov/codecov-action@v2.0.2
103+
uses: codecov/codecov-action@v2.0.3
104104
with:
105105
file: ./coverage.xml
106106
flags: unittests

0 commit comments

Comments
 (0)