We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba7979 commit cb294bdCopy full SHA for cb294bd
.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Upload test coverage folder for later reporting
74
uses: actions/upload-artifact@v4
75
with:
76
- name: coverage-reports
+ name: coverage-${{ matrix.os }}-${{ matrix.ruby }}-${{ matrix.gemfile }}
77
path: coverage-*/*.json
78
retention-days: 1
79
@@ -89,8 +89,6 @@ jobs:
89
90
- name: Download coverage reports from the test job
91
uses: actions/download-artifact@v4
92
- with:
93
94
95
- uses: paambaati/codeclimate-action@v9.0.0
96
0 commit comments