Skip to content

Commit bfe6f6b

Browse files
authored
Merge pull request #63 from stslex/dev
fix testReportJob
2 parents ae456c9 + 0153410 commit bfe6f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testReportJob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656

5757
- name: Check report files
5858
run: |
59-
ls /build/reports/kover/html
59+
ls /build/reports/kover/html/
6060
6161
- name: Archive code coverage results
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: code-coverage-report
65-
path: /build/reports/kover/html
65+
path: /build/reports/kover/html/
6666

6767
saveReport:
6868
name: SaveReport

0 commit comments

Comments
 (0)