Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
ea72e0b8
Commit
ea72e0b8
authored
Aug 17, 2013
by
Joshua Roesslein
Browse files
Fix coverage reports to only include tweepy code.
parent
68140a87
Changes
3
Hide whitespace changes
Inline
Side-by-side
.coveragerc
0 → 100644
View file @
ea72e0b8
[run]
source = tweepy
.gitignore
View file @
ea72e0b8
...
...
@@ -4,3 +4,5 @@ build/
dist/
tweepy.egg-info/
.env/
.coverage
htmlcov/
run_tests.sh
View file @
ea72e0b8
...
...
@@ -3,5 +3,5 @@
if
[[
$TRAVIS_SECURE_ENV_VARS
==
"false"
]]
;
then
USE_REPLAY
=
1 nosetests
-v
tests.test_api tests.test_utils
else
nosetests
-v
--with-coverage
--cover-package
=
tweepy
tests.test_api tests.test_streaming tests.test_cursors tests.test_utils
nosetests
-v
--with-coverage
tests.test_api tests.test_streaming tests.test_cursors tests.test_utils
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment