chore: Toml is not supported, use xml instead

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

View file

@ -25,12 +25,11 @@ 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: coverage/coverage.toml
path: coverage/coverage.xml
- name: Build
run: cargo build --verbose