Skip to content

Commit

Permalink
remove codaciry coverage report for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Mar 22, 2020
1 parent bfe924b commit ec25e96
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ install:
else
# install alot
pip install .
# programs to generate a coverage report and upload it to codacy.com
pip install coverage
fi
Expand Down Expand Up @@ -126,9 +124,12 @@ after_success: |
set -e
if [[ $JOB = tests ]]; then
coverage xml
#python-codacy-coverage -r coverage.xml
export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f
bash <(wget -q -O - https://coverage.codacy.com/get.sh)
# both codacity coverage reporters are broken
# export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f
# 1.
# python-codacy-coverage -r coverage.xml
# 2.
# bash <(wget -q -O - https://coverage.codacy.com/get.sh)
fi
notifications:
Expand Down

0 comments on commit ec25e96

Please sign in to comment.