File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments