Skip to content

Commit

Permalink
(m) added support for code-climate test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
VGonPa committed Jun 3, 2016
1 parent d926759 commit 3ef2586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ script:
- coverage run --source=src/rospy_utils/ $(which nosetests)
- coverage report --include=*rospy_utils* --omit=*src/test/*
after_success:
- CODECLIMATE_REPO_TOKEN=88512c8f43b3407680983883b506f4a3c5d6a1f347fbc0dc9a8995a2a229c04b codeclimate-test-reporter
- coveralls # Send coverage data to coveralls
- ocular # Send coverage data to scrutinizer-ci
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ mock
nose
nose-cov
nose-cover3
sphinx_rtd_theme
sphinx_rtd_theme
codeclimate-test-reporter

0 comments on commit 3ef2586

Please sign in to comment.