chore: Use toml as coverage report file

This commit is contained in:
Fabio Lenherr 2023-09-18 11:29:45 +02:00
parent 79dbd48b81
commit 3cc002ef03
2 changed files with 2 additions and 1 deletions

View file

@ -25,11 +25,12 @@ jobs:
with:
version: '0.15.0'
args: '-- --test-threads 1'
out-type: "Toml"
- name: upload code coverage
uses: actions/upload-artifact@v1
with:
name: code-coverage-report
path: code-coverage-report.xml
path: coverage/coverage.toml
- name: Build
run: cargo build --verbose

0
coverage/coverage.toml Normal file
View file