Skip to content

Commit 2023534

Browse files
wip
1 parent afd158c commit 2023534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: ${{ matrix.ghc-version }}-
3838
- run: cabal build all --ghc-options=-fhpc
3939
- run: cabal test all --ghc-options=-fhpc
40-
- run: mv constrained.tix constrained-${{matrix.ghc-version}}.tix
40+
- run: hpc report constrained.tix > report.md
4141
- run: cabal haddock all
4242
- uses: actions/cache/save@v4
4343
with:
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: constrained-${{matrix.ghc-version}}-coverage
51-
path: constrained-${{ matrix.ghc-version }}.tix
51+
path: constrained.tix
5252
if-no-files-found: error
5353
compression-level: 0
5454
retention-days: 1

0 commit comments

Comments
 (0)