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 2149a47 commit 811394eCopy full SHA for 811394e
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/upload-artifact@v3
35
with:
36
name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }}
37
- path: ${{ github-workspace }}/coverage/
+ path: ${{ github.workspace }}/coverage/
38
39
post_coverage:
40
runs-on: ubuntu-latest
0 commit comments