Skip to content

Commit

Permalink
Rename coverage files by run type
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Dec 15, 2023
1 parent c9e3cb8 commit 8f51900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
- name: Run tests
env:
COVERAGE: true
run: bundle exec rspec
run: |
bundle exec rspec
mv coverage/coverage.xml coverage/coverage-ruby-${{ matrix.ruby }}-${{ matrix.deps }}.xml
- uses: actions/upload-artifact@v3
if: matrix.deps == 'rails_71'
with:
name: coverage
path: coverage
Expand Down

0 comments on commit 8f51900

Please sign in to comment.