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 acff0b2 commit 311ee5aCopy full SHA for 311ee5a
.github/workflows/haskell-ci.yml
@@ -82,4 +82,4 @@ jobs:
82
stack $STACK_ARGS test --coverage
83
stack $STACK_ARGS hpc report --all
84
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
85
- ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined constrained-tests
+ ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined custom
0 commit comments