mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Use toml as coverage report file
This commit is contained in:
parent
79dbd48b81
commit
3cc002ef03
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -25,11 +25,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: '0.15.0'
|
version: '0.15.0'
|
||||||
args: '-- --test-threads 1'
|
args: '-- --test-threads 1'
|
||||||
|
out-type: "Toml"
|
||||||
- name: upload code coverage
|
- name: upload code coverage
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: code-coverage-report
|
name: code-coverage-report
|
||||||
path: code-coverage-report.xml
|
path: coverage/coverage.toml
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
0
coverage/coverage.toml
Normal file
0
coverage/coverage.toml
Normal file
Loading…
Reference in a new issue