ci: add coveralls.io integration

This commit is contained in:
Wolfgang Walther
2020-10-22 12:05:25 -05:00
committed by Steve Chavez
parent d1d0c6772a
commit eed0d3a66c
5 changed files with 114 additions and 74 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ jobs:
curl -L https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz | tar zx -C /tmp
sudo mv /tmp/stack-2.3.1-linux-x86_64/stack /usr/bin
sudo apt-get update
# ncat utility from nmap needed to test socket connection with curl < 7.40
sudo apt-get install -y libgmp-dev postgresql-client nmap
sudo apt-get install -y libgmp-dev postgresql-client
sudo apt-get install -y --only-upgrade binutils
stack setup
- run: