Skip to content

Commit

Permalink
Merge pull request #189 from kannkyo/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.3.1

build(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1
  • Loading branch information
kannkyo authored Jan 25, 2025
2 parents bd548c3 + 8da5491 commit 0bf41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ jobs:
path: htmlcov/

- name: Upload coverage to codecov
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON

0 comments on commit 0bf41d6

Please sign in to comment.