Skip to content

Commit

Permalink
Merge pull request #126 from TeoZosa/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-2.1.0
  • Loading branch information
dependabot[bot] authored Sep 13, 2021
2 parents 3c019e3 + f2faee3 commit fcb7da5
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 @@ -157,7 +157,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/codecov-action@v2.0.3"
uses: "codecov/codecov-action@v2.1.0"
with:
file: ./.tox/coverage.xml
fail_ci_if_error: true

0 comments on commit fcb7da5

Please sign in to comment.