Skip to content

Commit a9b3c3e

Browse files
authored
Merge pull request #62 from Anselmoo/dependabot/github_actions/codecov/codecov-action-2.1.0
Bump codecov/codecov-action from 1.5.0 to 2.1.0
2 parents d856bec + 509f66b commit a9b3c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
coverage report -m
4040
coverage xml
4141
- name: Codecov
42-
uses: codecov/codecov-action@v1.5.0
42+
uses: codecov/codecov-action@v2.1.0
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
env_vars: OS,PYTHON

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
coverage report -m
4545
coverage xml
4646
- name: Codecov
47-
uses: codecov/codecov-action@v1.5.0
47+
uses: codecov/codecov-action@v2.1.0
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)