Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Make sure that the coverage is only taken from my package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Häusler committed Sep 16, 2014
1 parent 16bdacd commit 90f62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- sh ./scripts/ArangoDB/arangodb_startup.sh
# command to run tests
script:
- coverage run tests.py
- coverage run --source=arangodb tests.py
- coverage report
# Run after all finished correctly
after_success:
Expand Down

0 comments on commit 90f62f3

Please sign in to comment.