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 afd158c commit 2023534Copy full SHA for 2023534
.github/workflows/haskell-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
restore-keys: ${{ matrix.ghc-version }}-
38
- run: cabal build all --ghc-options=-fhpc
39
- run: cabal test all --ghc-options=-fhpc
40
- - run: mv constrained.tix constrained-${{matrix.ghc-version}}.tix
+ - run: hpc report constrained.tix > report.md
41
- run: cabal haddock all
42
- uses: actions/cache/save@v4
43
with:
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/upload-artifact@v4
49
50
name: constrained-${{matrix.ghc-version}}-coverage
51
- path: constrained-${{ matrix.ghc-version }}.tix
+ path: constrained.tix
52
if-no-files-found: error
53
compression-level: 0
54
retention-days: 1
0 commit comments