Skip to content

Commit

Permalink
Fix coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 28, 2024
1 parent 84e0956 commit e9aee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: ./tictactoe_haskell/dist-newstyle/build/x86_64-linux/ghc-9.10.1/tictactoe-haskell-0.1.0.0/hpc/vanilla/html/tictactoe-haskell-0.1.0.0
path: ./tictactoe_haskell/./tictactoe_haskell/dist-newstyle/build/x86_64-linux/ghc-9.10.1/tictactoe-haskell-0.1.0.0/t/testing-tictactoe/hpc/vanilla/html

0 comments on commit e9aee9d

Please sign in to comment.