Skip to content

Commit

Permalink
Merge pull request #1280 from mintlayer/fix/coverage-func-tests
Browse files Browse the repository at this point in the history
Minor update to coverage
  • Loading branch information
TheQuantumPhysicist authored Oct 18, 2023
2 parents 9801042 + 636fc3c commit 5b39541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- id: coverage
uses: actions-rs/grcov@v0.1
with:
config: build-tools/coverage/grcov.toml
config: build-tools/coverage/grcov.yml
- uses: actions/upload-artifact@v2
with:
name: code-coverage-report-${{ matrix.partition }}
Expand Down
1 change: 0 additions & 1 deletion build-tools/coverage/grcov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
output-type: lcov
output-path: ./lcov.info

0 comments on commit 5b39541

Please sign in to comment.