Skip to content

Commit 0255cfd

Browse files
Bump codecov/codecov-action from 2.1.0 to 3.0.0 (#758)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5061351 commit 0255cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ jobs:
611611
timeout-minutes: 6
612612

613613
- name: Upload coverage
614-
uses: codecov/codecov-action@v2.1.0
614+
uses: codecov/codecov-action@v3.0.0
615615
with:
616616
file: ./coverage.xml
617617
flags: "${{ matrix.os }}_${{ matrix.py }}_${{ join(matrix.db, '-') }}"

0 commit comments

Comments
 (0)