Skip to content

Commit 8f51900

Browse files
committed
Rename coverage files by run type
1 parent c9e3cb8 commit 8f51900

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
- name: Run tests
3939
env:
4040
COVERAGE: true
41-
run: bundle exec rspec
41+
run: |
42+
bundle exec rspec
43+
mv coverage/coverage.xml coverage/coverage-ruby-${{ matrix.ruby }}-${{ matrix.deps }}.xml
4244
- uses: actions/upload-artifact@v3
43-
if: matrix.deps == 'rails_71'
4445
with:
4546
name: coverage
4647
path: coverage

0 commit comments

Comments
 (0)