Skip to content

Commit c2f51e9

Browse files
wip
1 parent 2868422 commit c2f51e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ jobs:
7171
clean: false
7272

7373
- if: ${{ github.event.pull_request }}
74-
run: ./scripts/generate-coverage-comment.sh constrained.tix | tee coverage-report.md
74+
run: ./scripts/generate-coverage-comment.sh constrained.tix | tee coverage-report-${{matrix.ref}}.md
7575

7676
- name: Upload coverage report
7777
if: ${{ github.event.pull_request }}
7878
uses: actions/upload-artifact@v4
7979
with:
80-
name: constrained-${{matrix.ghc-version}}-coverage
80+
name: constrained-${{matrix.ref}}-${{matrix.ghc-version}}-coverage
8181
path: coverage-report.md
8282
if-no-files-found: error
8383
compression-level: 0
@@ -96,7 +96,7 @@ jobs:
9696
- name: Download coverage report
9797
uses: actions/download-artifact@v4
9898
with:
99-
pattern: 'constrained-9.12-coverage'
99+
pattern: 'constrained-${{ghc.head_ref}}-9.12-coverage'
100100
merge-multiple: true
101101

102102
- run: cat coverage-report.md

0 commit comments

Comments
 (0)