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 2aa941a commit aa652adCopy full SHA for aa652ad
.github/workflows/haskell-ci.yml
@@ -97,7 +97,7 @@ jobs:
97
stack $STACK_ARGS test --coverage
98
stack $STACK_ARGS hpc report --all
99
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
+ ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined all
101
else
102
stack $STACK_ARGS test
103
fi
0 commit comments