Fix missing codecov configuration (#487)

This commit is contained in:
takanuva15
2025-07-26 04:08:43 -04:00
committed by Jakub Chrzanowski
parent 2430382824
commit a6be38b93c
4 changed files with 13 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
files: ${{ github.workspace }}/build/reports/kover/report.xml
token: ${{ secrets.CODECOV_TOKEN }}
# Run Qodana inspections and provide a report
inspectCode: