Try all coverage in the cobertura format

This commit is contained in:
Caelan Sayler
2023-12-23 22:39:55 +00:00
parent 75faaba90e
commit 9048dac365
3 changed files with 5 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Test Rust
working-directory: src/Rust
run: cargo llvm-cov --codecov --output-path ../../test/coverage.rust.json
run: cargo llvm-cov --cobertura --output-path ../../test/coverage.rust.xml
- name: Build .NET
run: dotnet build -c Release
@@ -67,6 +67,8 @@ jobs:
with:
directory: ./test
fail_ci_if_error: true
verbose: true
- name: Upload Artifacts
uses: actions/upload-artifact@v3