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

Coverage reporting #26

Merged
merged 2 commits into from
May 14, 2015
Merged

Coverage reporting #26

merged 2 commits into from
May 14, 2015

Conversation

stevepeak
Copy link
Contributor

I use this ddt in all my projects even Codecov (which I built)

Thank you for a great tool! I figured I would add report uploading if you are interested. Let me know what you think!

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 5b2e6ac on stevepeak:master into 6175369 on txels:master.

@txels
Copy link
Collaborator

txels commented Mar 24, 2015

Oh Travis CI is failing due to some pep8 version conflict. Not sure where that comes from...

@txels
Copy link
Collaborator

txels commented Mar 24, 2015

Hey codecov looks really neat, I'll take a closer look later on!

@stevepeak
Copy link
Contributor Author

Thank! I look forward to your feedback!

@txels
Copy link
Collaborator

txels commented Apr 12, 2015

@stevepeak have you figured out the source of the pep8 version conflict? Which of your dependencies is limiting the versions of pep8?

@stevepeak
Copy link
Contributor Author

Not sure what the conflict comes from...

...
install_requires=["requests>=2.0.0", "coverage"] + (["subprocess32"] if sys.version_info[:2] == (2, 6) else []),
...

Extract from setup.py

@stevepeak
Copy link
Contributor Author

@txels the Bash Global Uploader is complete at https://github.com/codecov/codecov-bash it will soon become the featured uploader for Codecov. Thanks!

sudo: false # (optional) for faster builds
after_success:
  - bash <(curl -s https://codecov.io/bash)

No longer need the pip install codecov

Since this is a python project, you can still use pip install codecov && codecov but I'm not sure what the pep8 issue is from.

txels added a commit that referenced this pull request May 14, 2015
@txels txels merged commit 9e9998b into datadriventests:master May 14, 2015
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.

3 participants