-
Notifications
You must be signed in to change notification settings - Fork 295
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
investigate diff-cover #251
Comments
See #333 which needs adding to the docs |
je ne comprens pas -- what does this have to do with #333, specifically? |
I documented how to use a tool similiar to diff-cover in #333 (comment). |
To use diff cover:
|
NB -- On athyra, the 'make' command produced nosetests.xml, not coverage.xml. |
OK, I'm clearly unclear on some of the details :). I'm guessing I need to produce two coverage XML files from different branches, first. |
@ctb The new 'diff-cover' target should clear up any problems. |
Does |
On Fri, Jun 13, 2014 at 10:55:40AM -0700, Michael R. Crusoe wrote:
It does but I'm not sure what it's supposed to be diffing against. |
The diff-cover target calculates test coverage metrics for the entire On Fri, Jun 13, 2014 at 1:57 PM, C. Titus Brown notifications@github.com
|
On Fri, Jun 13, 2014 at 11:01:35AM -0700, Michael R. Crusoe wrote:
Hey, look, documentation! thanks, I'll take another. Do we need to run |
You are welcome.
On Fri, Jun 13, 2014 at 2:04 PM, C. Titus Brown notifications@github.com
|
"Now you can measure code coverage (& pep8+pylint) one commit at a time: diff-cover!
http://engineering.edx.org/2013/12/diff-cover-test-coverage-for-git-commits/
http://twitter.com/nedbat/status/415239902088155136"
The text was updated successfully, but these errors were encountered: