Skip to content

Commit e54832a

Browse files
authored
Merge pull request #1550 from python-gitlab/renovate/codecov-codecov-action-2.x
chore(deps): update codecov/codecov-action action to v2
2 parents 34fc210 + 44f4fb7 commit e54832a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
TOXENV: ${{ matrix.toxenv }}
5757
run: tox
5858
- name: Upload codecov coverage
59-
uses: codecov/codecov-action@v1
59+
uses: codecov/codecov-action@v2
6060
with:
6161
files: ./coverage.xml
6262
flags: ${{ matrix.toxenv }}
@@ -78,7 +78,7 @@ jobs:
7878
TOXENV: cover
7979
run: tox
8080
- name: Upload codecov coverage
81-
uses: codecov/codecov-action@v1
81+
uses: codecov/codecov-action@v2
8282
with:
8383
files: ./coverage.xml
8484
flags: unit

0 commit comments

Comments
 (0)