Skip to content

Commit 02d9684

Browse files
build(deps): bump codecov/codecov-action from v1.3.1 to v1.3.2 (#5770)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.3.1 to v1.3.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.3.1...9b0b9bb) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a9e2ed commit 02d9684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: run tests
9393
run: python -m tests --all --cov-report=xml --cov-report=term -n=4
9494
- name: upload coverage report
95-
uses: codecov/[email protected].1
95+
uses: codecov/[email protected].2
9696
with:
9797
file: ./coverage.xml
9898
fail_ci_if_error: false

0 commit comments

Comments
 (0)