-
Notifications
You must be signed in to change notification settings - Fork 180
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 Report #63
Comments
I can share the htmlcov report too, but basically we're doing really well, it's just repr or guards that aren't executed. One glaring item from this though, is in multilookup_dict.py |
I'll have to take a look at it. I'm sure it's accurate, I might not ever do
|
Wooooo, looking even better. Looks like the last easy resolve is that we never actually run a test where the .name property returns an alias, or falls back to returning an ID
|
What tool are you using to create the coverage report? I want to check my improvements before submitting the next additional tests |
Then
or, for the plaintext The HTML is nice because you get to see line by line what is executed |
awesome thanks, I'm working on some changes to increase coverage. I also found some redundant code which I've now removed! |
We're up to an average of 99% which I'm pretty happy with! Think we can close this? (We can optionally hook up coveralls, which will do this on commit like TravisCI, but that can be a different enhancement request) |
yup, I think it's fine to close this. |
(From my HEAD, which includes #62)
The text was updated successfully, but these errors were encountered: