Skip to content

Commit e1d2533

Browse files
Bump codecov/codecov-action from 2.1.0 to 3.1.0 (#86)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d944447 commit e1d2533

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
@@ -96,7 +96,7 @@ jobs:
9696
--cov-report=xml
9797
9898
- name: Upload code coverage to Codecov
99-
uses: codecov/codecov-action@v2.1.0
99+
uses: codecov/codecov-action@v3.1.0
100100
with:
101101
file: ./coverage.xml
102102
flags: unittests,${{ matrix.env }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
pytest -n auto --cov=./ --cov-report=xml
6464
6565
- name: Upload code coverage to Codecov
66-
uses: codecov/codecov-action@v1
66+
uses: codecov/codecov-action@v3.1.0
6767
with:
6868
file: ./coverage.xml
6969
flags: unittests

0 commit comments

Comments
 (0)