diff --git a/.github/workflows/testReportJob.yml b/.github/workflows/testReportJob.yml index 3ed0f91a..5deeaa3e 100644 --- a/.github/workflows/testReportJob.yml +++ b/.github/workflows/testReportJob.yml @@ -56,13 +56,13 @@ jobs: - name: Check report files run: | - ls /build/reports/kover/html + ls /build/reports/kover/html/ - name: Archive code coverage results uses: actions/upload-artifact@v4 with: name: code-coverage-report - path: /build/reports/kover/html + path: /build/reports/kover/html/ saveReport: name: SaveReport