chore: Change file name to tarpaulin default

This commit is contained in:
Fabio Lenherr 2023-09-18 11:43:37 +02:00
parent e88b61877d
commit 09e01ae830
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: code-coverage-report
path: coverage/coverage.xml
path: cobertura.xml
- name: Build
run: cargo build --verbose

View file