Skip to content

Commit 4ef5507

Browse files
more documentation
1 parent 8c1d7cf commit 4ef5507

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
matrix:
2727
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
2828
ref: ["${{ github.head_ref }}"]
29+
# This gives us one run for `master` with ghc version 9.12.
30+
# We use this run to give us "up to date" coverage data that
31+
# we can compare to.
2932
include:
3033
- ghc-version: "9.12"
3134
ref: master
@@ -62,7 +65,9 @@ jobs:
6265
- run: cabal test all
6366
- run: cabal haddock all
6467

65-
# To get the right version of `generate-coverage-comment.sh`
68+
# To get the right version of `generate-coverage-comment.sh`. I.e. the
69+
# one in this PR. This is important in order to get the same
70+
# coverage-counting logic on the PR as on master.
6671
- uses: actions/checkout@v4
6772
with:
6873
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)