Skip to content

Commit 88c73d1

Browse files
try to narrow things down more
1 parent 9bf3a73 commit 88c73d1

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
@@ -78,6 +78,6 @@ jobs:
7878
set -ex
7979
[ -n "${COVERALLS_REPO_TOKEN}" ]
8080
stack test --coverage
81-
stack hpc report --all
81+
stack hpc report constrained-generators
8282
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
83-
./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined all
83+
./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined constrained-generators

0 commit comments

Comments
 (0)