Skip to content

Commit aa652ad

Browse files
use combined all
1 parent 2aa941a commit aa652ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
stack $STACK_ARGS test --coverage
9898
stack $STACK_ARGS hpc report --all
9999
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
100-
./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined custom
100+
./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined all
101101
else
102102
stack $STACK_ARGS test
103103
fi

0 commit comments

Comments
 (0)