Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coveralls #395

Merged
merged 1 commit into from Apr 12, 2015
Merged

Add coveralls #395

merged 1 commit into from Apr 12, 2015

Conversation

JamieMagee
Copy link
Contributor

Coveralls is a great tool to find out where praw needs more test coverage. If you enable the repo on coveralls this will work.

- python setup.py install
before_script:
- flake8 praw
- flake8 tests
- pep257 praw
script: python setup.py test -s tests.travis_suite
script: coverage run --source=praw setup.py test -s tests.travis_suite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we configure coveralls to only run along with one of the python versions as it seems unnecessary for each?

Edit: Maybe it's not a problem given that their example does the same thing. I'll try it as-is.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling f729edc on JamieMagee:coveralls into * on praw-dev:master*.

bboe added a commit that referenced this pull request Apr 12, 2015
@bboe bboe merged commit ba1efb5 into praw-dev:master Apr 12, 2015
@bboe
Copy link
Member

bboe commented Apr 12, 2015

Thanks! This looks like an awesome tool.

@JamieMagee JamieMagee deleted the coveralls branch April 12, 2015 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants