Skip to content

Commit 521915d

Browse files
authored
Merge pull request #127 from Anselmoo/dependabot/github_actions/codecov/codecov-action-3.1.1
Bump codecov/codecov-action from 3.1.0 to 3.1.1
2 parents a15cb2a + bac7b40 commit 521915d

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
@@ -36,7 +36,7 @@ jobs:
3636
poetry run coverage report -m
3737
poetry run coverage xml
3838
- name: Codecov
39-
uses: codecov/[email protected].0
39+
uses: codecov/[email protected].1
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
env_vars: OS,PYTHON

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry run coverage report -m
4141
poetry run coverage xml
4242
- name: Codecov
43-
uses: codecov/[email protected].0
43+
uses: codecov/[email protected].1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)