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 9ebd15f commit 2149a47Copy full SHA for 2149a47
.github/workflows/test.yml
@@ -30,11 +30,11 @@ jobs:
30
run: bundle exec rspec
31
32
- name: Archive coverage
33
- if: ${{ success() || failure() }}
34
- uses: actions/upload-artifact@v3
35
- with:
36
- name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }}
37
- path: ${{ github-workspace }}/coverage/
+ if: ${{ success() || failure() }}
+ uses: actions/upload-artifact@v3
+ with:
+ name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }}
+ path: ${{ github-workspace }}/coverage/
38
39
post_coverage:
40
runs-on: ubuntu-latest
0 commit comments