Skip to content

Commit 39ec97d

Browse files
Bump codecov/codecov-action from 1 to 3 (#948)
* Bump codecov/codecov-action from 1 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update ci.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent 0f9a1fd commit 39ec97d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ jobs:
7171
python -m build
7272
twine check dist/*
7373
- name: Upload coverage
74-
uses: codecov/codecov-action@v1
74+
uses: codecov/codecov-action@v3
7575
with:
76-
file: ./coverage.xml
77-
flags: unit
76+
fail_ci_if_error: true
7877

7978
check: # This job does nothing and is only used for the branch protection
8079
if: always()

0 commit comments

Comments
 (0)