Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit faab8b8

Browse files
committed
Store the coverage file as an artifact
1 parent 1ee5d71 commit faab8b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ jobs:
8383
- run: bundle install --standalone
8484
- run: bundle binstubs --all
8585
- run: script/run_build
86+
- name: Store coverage output for reference
87+
uses: actions/upload-artifact@v4
88+
if: failure()
89+
with:
90+
name: coverage-report-${{ matrix.ruby }}
91+
path: coverage/index.html
92+
retention-days: 14
8693

8794
legacy:
8895
name: Legacy Ruby Builds (${{ matrix.container.version }})

0 commit comments

Comments
 (0)