mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
chore: Toml is not supported, use xml instead
This commit is contained in:
parent
3cc002ef03
commit
e88b61877d
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue