diff --git a/.github/workflows/testReportJob.yml b/.github/workflows/testReportJob.yml index 953f8287..7f8430c7 100644 --- a/.github/workflows/testReportJob.yml +++ b/.github/workflows/testReportJob.yml @@ -62,7 +62,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: code-coverage-report - path: app/build/reports/kover/project-html + path: /*/build/reports/kover/project-html saveReport: name: SaveReport