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.
2 parents 09ca713 + 6aba96a commit 978575cCopy full SHA for 978575c
ci/.github/workflows/ci.yml
@@ -80,6 +80,13 @@ jobs:
80
- run: bundle install --standalone
81
- run: bundle binstubs --all
82
- run: script/run_build
83
+ - name: Store coverage output for reference
84
+ uses: actions/upload-artifact@v4
85
+ if: failure()
86
+ with:
87
+ name: coverage-report-${{ matrix.ruby }}
88
+ path: coverage/index.html
89
+ retention-days: 14
90
91
legacy:
92
name: Legacy Ruby Builds (${{ matrix.container.version }})
@@ -120,6 +127,7 @@ jobs:
120
127
env:
121
128
LEGACY_CI: true
122
129
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
130
+ NO_COVERAGE: true
123
131
steps:
124
132
- uses: actions/checkout@v3
125
133
- run: ${{ matrix.container.pre }}
0 commit comments