Skip to content

Commit

Permalink
Merge pull request #198 from TeoZosa/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-2.0.3
  • Loading branch information
dependabot[bot] authored Sep 3, 2021
2 parents a2b2ffc + 902a294 commit 445b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Upload coverage to Codecov
if: "contains(matrix.os, env.USING_COVERAGE_OS) &&
contains(matrix.python-version, env.USING_COVERAGE_PY_VER)"
uses: "codecov/[email protected].2"
uses: "codecov/[email protected].3"
with:
file: ./.tox/coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 445b2d8

Please sign in to comment.