Skip to content

Commit c8a61ea

Browse files
authored
Update coverage.yml
1 parent 24099dc commit c8a61ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Generate code coverage
1616
run: |
17-
cargo +nightly tarpaulin --all-features --workspace --timeout 120 --out xml --tests
17+
cargo +nightly tarpaulin --all-features --workspace --timeout 120 --out xml --tests --locked
1818
1919
- name: Upload to codecov.io
2020
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)