File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 4949 test-with-stack :
5050 name : Stack
5151 runs-on : ubuntu-latest
52- env :
53- STACK_ARGS : ' --resolver lts-24 --system-ghc'
5452 steps :
5553 - uses : actions/checkout@v4
5654
7977 run : |
8078 set -ex
8179 [ -n "${COVERALLS_REPO_TOKEN}" ]
82- stack $STACK_ARGS test --coverage
83- stack $STACK_ARGS hpc report --all
80+ stack test --coverage
81+ stack hpc report --all
8482 curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
8583 ./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined custom
Original file line number Diff line number Diff line change 1+ # This file was autogenerated by Stack.
2+ # You should not edit this file by hand.
3+ # For more information, please see the documentation at:
4+ # https://docs.haskellstack.org/en/stable/topics/lock_files
5+
6+ packages: []
7+ snapshots:
8+ - completed:
9+ sha256: d49e388e3afe59fe7a7be6d658e4ba4beec586e6237adab1e4a15b57c1d8a10f
10+ size: 726104
11+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/14.yaml
12+ original: lts-24.14
You can’t perform that action at this time.
0 commit comments