Fix Upload Code Coverage Report step

This commit is contained in:
Jonathan Gafner 2023-07-15 14:09:39 +03:00 committed by Jakub Chrzanowski
parent 3dfb24527d
commit 43f3a72b66

View File

@ -136,7 +136,7 @@ jobs:
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v3
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: