Skip to content

Commit 3a0a35a

Browse files
committed
Update CI for coverage
1 parent e0263aa commit 3a0a35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build
3737
run: cargo check
3838
- name: Test
39-
run: cargo tarpaulin
39+
run: cargo tarpaulin --out Lcov
4040
- name: Upload to codecov.io
4141
uses: codecov/codecov-action@v5
4242
with:

0 commit comments

Comments
 (0)