diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..4e50fcb --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +service-name: travis-ci \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 7aa4646..584e8dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,13 +27,5 @@ script: - stack install hpc-coveralls after_script: -- mkdir dist -- "mv `stack path | grep 'local-install-root:' | cut -d: -f2`/hpc dist" -- mv dist/hpc/DeepDarkFantasy dist/hpc/tix -- mv dist/hpc/combined/all dist/hpc/mix -- cd dist/hpc/mix -- for i in Deep*; do mv $i tmp; mkdir $i; mv tmp $i/$i;done -- find . -type f -name '*.hs.html' -print0 | xargs -0 rename 's/(.hs.html)$//' -- cd ../../../ -- hpc-coveralls TestPE TestPoly TestXor -- find dist/hpc +- travis_retry curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.4.0/shc-linux-x64-8.0.1.tar.bz2 | tar -xj +- ./shc DeepDarkFantasy TestXor TestPoly TestPE \ No newline at end of file