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.
1 parent 65d0c75 commit a05c130Copy full SHA for a05c130
.github/workflows/haskell-ci.yml
@@ -42,6 +42,7 @@ jobs:
42
- run: cabal build all --ghc-options=-fhpc
43
- run: cabal test all --ghc-options=-fhpc
44
- run: hpc report constrained.tix > coverage-report.md
45
+ - run: awk '{sub(/^[ \t]*/, "& - ")}1' coverage-report.md > coverage-report.md
46
- run: cabal haddock all
47
- uses: actions/cache/save@v4
48
with:
@@ -71,6 +72,9 @@ jobs:
71
72
uses: actions/download-artifact@v4
73
74
pattern: 'constrained-latest-coverage'
75
+ merge-multiple: true
76
+
77
+ - run: ls -lah
78
79
- name: Find Comment
80
uses: peter-evans/find-comment@v3
0 commit comments