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 6cd7bef commit 792a454Copy full SHA for 792a454
.github/workflows/haskell-ci.yml
@@ -71,10 +71,7 @@ jobs:
71
restore-keys: ${{ runner.os }}-lts-24
72
73
- name: Test
74
- run: |
75
- set -ex
76
- stack test --coverage --flag constrained-generators:devel
77
- stack hpc report --all
+ run: stack test --coverage
78
79
- uses: actions/cache/save@v4
80
with:
@@ -88,6 +85,5 @@ jobs:
88
85
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
89
86
run: |
90
87
[ -n "${COVERALLS_REPO_TOKEN}" ]
91
- stack path --local-hpc-root
92
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
93
- ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined custom
+ ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined all
0 commit comments