Skip to content

Commit

Permalink
Do not upload code coverage information when testing with gap-master
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf committed Sep 24, 2019
1 parent 4f56f22 commit 12e0cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo apt install -y texlive-latex-extra texlive-science curl
echo "SetInfoLevel(InfoPackageLoading, 3);" > ~/.gap/gaprc
TERM=dumb make ci-test
bash <(curl -s https://codecov.io/bash)
[ "$GAP_HOME" != "/home/gap/inst/gap-master" ] && bash <(curl -s https://codecov.io/bash) || true
workflows:
version: 2
commit:
Expand Down

0 comments on commit 12e0cc5

Please sign in to comment.