We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49df43 commit 60d0a70Copy full SHA for 60d0a70
1 file changed
.github/workflows/test.yml
@@ -162,6 +162,16 @@ jobs:
162
- name: Run Rails integration tests
163
run: scripts/rails_tests.sh
164
165
+ - name: Upload raw coverage directories
166
+ uses: actions/upload-artifact@v4
167
+ if: success()
168
+ with:
169
+ name: raw-coverage-ruby3.4-rails8.0
170
+ path: |
171
+ coverage
172
+ coverage_rails
173
+ retention-days: 5
174
+
175
# Merges /coverage and /coverage_rails into /site/public/coverage/
176
- name: Merge coverage reports
177
run: scripts/merge_coverage.sh
0 commit comments