Skip to content

Commit

Permalink
Merge pull request #127 from Anselmoo/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-3.1.1

Bump codecov/codecov-action from 3.1.0 to 3.1.1
  • Loading branch information
Anselmoo committed Oct 18, 2022
2 parents a15cb2a + bac7b40 commit 521915d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
poetry run coverage report -m
poetry run coverage xml
- name: Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
poetry run coverage report -m
poetry run coverage xml
- name: Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON

0 comments on commit 521915d

Please sign in to comment.