From 33e422657e68959aaef17004fd597cc67d4774f8 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Fri, 28 Jul 2023 01:38:24 +0200 Subject: [PATCH] Update version of stack-hpc-coveralls --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9d6312a9..41c991b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -190,7 +190,7 @@ jobs: stack $STACK_ARGS hpc report --all # Upload coverage report only when the token is available. if [ -n "${COVERALLS_TOKEN}" ]; then - curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.6.1/shc-linux-x64-8.8.4.tar.bz2 | tar xj shc + curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc ./shc --repo-token="$COVERALLS_TOKEN" --partial-coverage --fetch-coverage combined custom fi elif [ "${{ matrix.resolver }}" == "lts-6" ]; then