Skip to content

Commit 7e41333

Browse files
authored
Merge pull request #112 from jonhoo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents cbcd54e + 05c9fdc commit 7e41333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
run: |
1616
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types Doctests --run-types Tests --out Xml
1717
- name: Upload to codecov.io
18-
uses: codecov/codecov-action@v2
18+
uses: codecov/codecov-action@v3
1919
with:
2020
fail_ci_if_error: true

0 commit comments

Comments
 (0)