Skip to content

Commit e11f103

Browse files
committed
Try to fix codeclimate reporting
1 parent cd2c003 commit e11f103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/upload-artifact@v4
7575
with:
7676
name: coverage-reports
77-
path: ${{github.workspace}}/coverage-*/coverage-${{ github.run_id }}.json
77+
path: coverage-*/*.json
7878
retention-days: 1
7979

8080
coverage:
@@ -92,9 +92,9 @@ jobs:
9292
with:
9393
name: coverage-reports
9494

95-
- uses: paambaati/codeclimate-action@v3.2.0
95+
- uses: paambaati/codeclimate-action@v9.0.0
9696
with:
97-
coverageLocations: "coverage-*/coverage-*.json:simplecov"
97+
coverageLocations: "coverage-*/*.json:simplecov"
9898

9999
smoke:
100100
name: Built GEM smoke test

0 commit comments

Comments
 (0)