Skip to content

Commit

Permalink
ci(build): update code coverage report path
Browse files Browse the repository at this point in the history
Fixed the path for uploading the Code Coverage Report in the CI workflow. This ensures that the coverage data is correctly located and uploaded.
  • Loading branch information
nekofar committed Oct 7, 2024
1 parent f39a217 commit f252642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v4.6.0
with:
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
files: ${{ github.workspace }}/build/reports/kover/report.xml

# Run Qodana inspections and provide report
inspectCode:
Expand Down

0 comments on commit f252642

Please sign in to comment.