Skip to content

Commit b5d1019

Browse files
committed
No need for unique folder names anymore
1 parent 258d81b commit b5d1019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: coverage-${{ matrix.os }}-${{ matrix.ruby }}-${{ env.SANITIZED_GEMFILE }}
80-
path: coverage-*/*.json
80+
path: coverage/*.json
8181
retention-days: 1
8282

8383
coverage:
@@ -96,7 +96,7 @@ jobs:
9696
- uses: qltysh/qlty-action/coverage@main
9797
with:
9898
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
99-
files: coverage-*/*.json
99+
files: coverage/*.json
100100

101101
smoke:
102102
name: Built GEM smoke test

0 commit comments

Comments
 (0)