Skip to content

Commit b94df67

Browse files
committed
fix: github action coverage
1 parent 4e0e59f commit b94df67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-with-coverage.yml

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

3535
- name: generate code coverage
3636
run: |
37-
cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out Xml
37+
cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out xml
3838
- name: upload to codecov.io
3939
uses: codecov/codecov-action@v2
4040
with:

0 commit comments

Comments
 (0)