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 c9e3cb8 commit 8f51900Copy full SHA for 8f51900
.github/workflows/ci.yml
@@ -38,9 +38,10 @@ jobs:
38
- name: Run tests
39
env:
40
COVERAGE: true
41
- run: bundle exec rspec
+ run: |
42
+ bundle exec rspec
43
+ mv coverage/coverage.xml coverage/coverage-ruby-${{ matrix.ruby }}-${{ matrix.deps }}.xml
44
- uses: actions/upload-artifact@v3
- if: matrix.deps == 'rails_71'
45
with:
46
name: coverage
47
path: coverage
0 commit comments