Skip to content

Commit

Permalink
Code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Sep 29, 2024
1 parent 1105a6d commit 4408029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
files: junit.xml
files: target/nextest/ci/junit.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- run: git add . && git diff
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ target

output.log
*.wasm
lcov.info
junit.xml
lcov.info

0 comments on commit 4408029

Please sign in to comment.