Skip to content

Commit

Permalink
Trying to integrate codacy and coveralls back into the build, now usi…
Browse files Browse the repository at this point in the history
…ng circleci
  • Loading branch information
mtakaki committed Feb 24, 2019
1 parent fbc87b7 commit 950ef86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
source bin/activate
pip3 install -r dev_requirements.txt
python3 setup.py install
pip3 install coveralls
- save_cache:
paths:
Expand All @@ -40,7 +41,10 @@ jobs:
name: run tests
command: |
. bin/activate
py.test tests --junitxml=test-reports/junit.xml
py.test tests --junitxml=test-reports/junit.xml --cov=cachet_url_monitor
coveralls
coverage xml
python-codacy-coverage -r coverage.xml
- store_test_results:
path: test-reports
Expand Down

0 comments on commit 950ef86

Please sign in to comment.