From 015341077349cb04d54b6731c1b59148e62797ec Mon Sep 17 00:00:00 2001 From: stslex Date: Sat, 30 Aug 2025 14:08:36 +0300 Subject: [PATCH] fix testReportJob --- .github/workflows/testReportJob.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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