Skip to content

Commit da5e529

Browse files
committed
push lcov
1 parent f73c338 commit da5e529

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/code-coverage.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v3
4343
- uses: Swatinem/rust-cache@v2
44-
with:
45-
cache-on-failure: true
4644
- name: Install Node 14
4745
uses: actions/setup-node@v3
4846
with:
@@ -68,9 +66,9 @@ jobs:
6866
with:
6967
name: code-coverage-info
7068
path: lcov.info
71-
#- name: Upload coverage to Codecov
72-
# uses: codecov/codecov-action@v3
73-
# with:
74-
# # No token needed, because the repo is public.
75-
# files: lcov.info
76-
# fail_ci_if_error: true
69+
- name: Upload coverage to Codecov
70+
uses: codecov/codecov-action@v3
71+
with:
72+
# No token needed, because the repo is public.
73+
files: lcov.info
74+
fail_ci_if_error: true

0 commit comments

Comments
 (0)