Skip to content

Commit a9187fe

Browse files
authored
Merge pull request #351 from robinmatz/codecov-v2
Upgrade to codecov/codecov-action@v2
2 parents 7dc2f16 + 4cb7818 commit a9187fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
coverage report
4747
coverage xml
4848
- name: Update codecov for unit tests
49-
uses: codecov/codecov-action@v1
49+
uses: codecov/codecov-action@v2
5050
with:
5151
flags: unit
5252
file: coverage.xml
@@ -59,7 +59,7 @@ jobs:
5959
coverage report
6060
coverage xml
6161
- name: Update codecov for acceptance tests
62-
uses: codecov/codecov-action@v1
62+
uses: codecov/codecov-action@v2
6363
with:
6464
flags: acceptance
6565
file: coverage.xml

0 commit comments

Comments
 (0)