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 ccca1e2 commit acff0b2Copy full SHA for acff0b2
.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 all
+ ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined constrained-tests
constrained-generators.cabal
@@ -121,7 +121,7 @@ library examples
121
prettyprinter,
122
random,
123
124
-test-suite constrained
+test-suite constrained-tests
125
type: exitcode-stdio-1.0
126
main-is: Tests.hs
127
hs-source-dirs: test
0 commit comments