Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
update coverage test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 22, 2023
1 parent e3a43c8 commit ca900ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Test Rust
working-directory: src/Rust
run: cargo llvm-cov --codecov --output-path ../../test/codecov-rust.json
run: cargo llvm-cov --codecov --output-path ../../test/coverage.rust.json

- name: Build .NET
run: dotnet build -c Release
Expand All @@ -64,7 +64,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./test/codecov-rust.json,./test/coverage.opencover.xml
files: ./test/coverage.rust.json,./test/coverage.opencover.xml
fail_ci_if_error: true

- name: Upload Artifacts
Expand Down

0 comments on commit ca900ed

Please sign in to comment.