Fix the coverage build temporarily

This commit is contained in:
Adithya Kumar 2021-09-11 01:15:02 +05:30 committed by Adithya Kumar
parent dcabd3a70c
commit 7e8ba7bef6

View File

@ -177,5 +177,6 @@ jobs:
which hpc-coveralls 2>/dev/null || cabal install --project-file cabal.project.hpc-coveralls hpc-coveralls
# Run tests and upload results to coveralls.io
bin/test.sh --coverage --raw
hpc-coveralls --repo-token="$COVERALLS_TOKEN" --coverage-mode=StrictlyFullLines
# XXX Uncomment this and fix it properly later
# hpc-coveralls --repo-token="$COVERALLS_TOKEN" --coverage-mode=StrictlyFullLines
fi