Skip to content

Commit a05c130

Browse files
wip
1 parent 65d0c75 commit a05c130

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- run: cabal build all --ghc-options=-fhpc
4343
- run: cabal test all --ghc-options=-fhpc
4444
- run: hpc report constrained.tix > coverage-report.md
45+
- run: awk '{sub(/^[ \t]*/, "& - ")}1' coverage-report.md > coverage-report.md
4546
- run: cabal haddock all
4647
- uses: actions/cache/save@v4
4748
with:
@@ -71,6 +72,9 @@ jobs:
7172
uses: actions/download-artifact@v4
7273
with:
7374
pattern: 'constrained-latest-coverage'
75+
merge-multiple: true
76+
77+
- run: ls -lah
7478

7579
- name: Find Comment
7680
uses: peter-evans/find-comment@v3

0 commit comments

Comments
 (0)