Skip to content

Commit 8abb8c9

Browse files
committed
ci(coverage): don't build project when generating coverage
It already builds project using tarpaulin
1 parent 3fd9ddf commit 8abb8c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
run: rustup update stable
2323
- name: Install Tarpaulin
2424
run: cargo install cargo-tarpaulin
25-
- name:
26-
run: cargo build --verbose --locked
2725
- name: Generate code coverage
28-
run: cargo tarpaulin --out xml
26+
run: cargo tarpaulin --out xml --locked
2927
- name: Upload coverage reports to Codecov
3028
uses: codecov/codecov-action@v5
3129
with:

0 commit comments

Comments
 (0)