Skip to content

Commit 449367f

Browse files
committed
fix cargo tarpauling ci command
1 parent 2a72635 commit 449367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
version: latest
9191

9292
- name: Coverage with tarpaulin
93-
run: cargo tarpaulin --workspace --out Lcov
93+
run: cargo tarpaulin --workspace --out lcov
9494

9595
- name: Upload to codecov.io
9696
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)