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 651d0f4 commit 2868422Copy full SHA for 2868422
.github/workflows/haskell-ci.yml
@@ -62,11 +62,13 @@ jobs:
62
- run: cabal test all
63
- run: cabal haddock all
64
65
+ # To get the right version of `generate-coverage-comment.sh`
66
- uses: actions/checkout@v4
67
with:
68
ref: ${{ github.head_ref }}
69
sparse-checkout:
- scripts/generate-coverage-comment.sh
70
+ scripts
71
+ clean: false
72
73
- if: ${{ github.event.pull_request }}
74
run: ./scripts/generate-coverage-comment.sh constrained.tix | tee coverage-report.md
0 commit comments