Skip to content

Commit

Permalink
Modify coverage report file
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Sep 4, 2024
1 parent 40ec0c3 commit cc87fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

clippy-report.json
lcov.info
cobertura.xml
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sonar.sources=src/
sonar.test.inclusions=**/__tests__/**

community.rust.clippy.reportPaths=clippy-report.json
community.rust.cobertura.reportPaths=lcov.info
community.rust.cobertura.reportPaths=cobertura.xml

0 comments on commit cc87fe9

Please sign in to comment.