Skip to content

Commit c283793

Browse files
syan095Roy Yang
and
Roy Yang
authored
Only updated action versions and changed to self-hosted (#677)
Co-authored-by: Roy Yang <[email protected]>
1 parent 61e7e27 commit c283793

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coverage.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '**/README.md'
1515

1616
env:
17-
TARPAULIN_VERSION: 0.18.2
17+
TARPAULIN_VERSION: 0.18.5
1818

1919
jobs:
2020
test:
@@ -51,7 +51,6 @@ jobs:
5151
# TODO: remove `--avoid-cfg-tarpaulin` after https://github.com/xd009642/tarpaulin/issues/756
5252
cargo tarpaulin --avoid-cfg-tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
5353
- name: Upload to codecov.io
54-
uses: codecov/codecov-action@v1
54+
uses: codecov/codecov-action@v2
5555
with:
56-
# token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
5756
fail_ci_if_error: true

0 commit comments

Comments
 (0)