Skip to content

Commit

Permalink
Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#194)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.13 to v1.0.14.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v1.0.13...7d5dfa5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2020
1 parent 7829df3 commit f50c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
coverage run --rcfile=.coveragerc -m pytest
coverage xml
- name: Publish Coverage
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v1.0.14
with:
flags: unit
fail_ci_if_error: true

0 comments on commit f50c123

Please sign in to comment.