Merged
Conversation
501c05e to
7dfa4fa
Compare
e9d88a7 to
e67c663
Compare
e67c663 to
9de7526
Compare
Member
|
Split python/JS coverage into two PRs |
Member
|
LGTM, merge after #176 closes |
5eb84fa to
ca329fa
Compare
Member
Author
|
Split client coverage into new PR #187 |
ca329fa to
ef407bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends #176.
This patch adds django and sniffer coverage metrics. You can use coveralls to check what was covered.
To measure coverage, I used the nose test runner. For the backend, I integrated nose using django-nose. Coverage is measured using coverage. Coverage reports for different source portions are combined into a common view.