Skip to content

Commit

Permalink
Update codeclimate unitest reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpetrov committed Mar 17, 2017
1 parent d07592b commit 6ae1b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ neatlynx.conf
neatlynx/__pycache__
.idea
cache
*.pyc
6 changes: 3 additions & 3 deletions unittests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

python -m unittest discover --pattern=*.py
coverage report --include 'neatlynx*'
CODECLIMATE_REPO_TOKEN=a668a3d02db00ab993ad82e1b3d5d2eb00c3c2e26e659153ae4cfd2f12aaad23 codeclimate-test-reporter --include 'neatlynx*'
coverage run --include 'neatlynx*' -m unittest discover -s tests
coverage report
CODECLIMATE_REPO_TOKEN=a668a3d02db00ab993ad82e1b3d5d2eb00c3c2e26e659153ae4cfd2f12aaad23 codeclimate-test-reporter

0 comments on commit 6ae1b77

Please sign in to comment.