Fix ineffectual assignments and error handling in tests#1234
Fix ineffectual assignments and error handling in tests#1234gmlewis merged 1 commit intogoogle:masterfrom
Conversation
muesli
commented
Jul 19, 2019
- Ignore ineffectual assignments
- Check for error when reading keyring
Codecov Report
@@ Coverage Diff @@
## master #1234 +/- ##
=======================================
Coverage 73.36% 73.36%
=======================================
Files 86 86
Lines 6026 6026
=======================================
Hits 4421 4421
Misses 836 836
Partials 769 769Continue to review full report at Codecov.
|
|
Thanks, @muesli - I'm the one that wrote these additional tests for the sake of code coverage improvements. If you're going to do this, please go through and fix all the added code coverage tests so that the repo is self-consistent in style. |
|
@gmlewis I don't think it would affect code coverage, but I'm happy to remove the other ineffectual assignments I can find. |
- Ignore ineffectual assignments - Check for error when reading keyring
|
@gmlewis Ok, hope I caught them all. |
|
OK, looks like these changes did not affect code coverage, and my original PRs were done to improve coverage (without review), so I'm just going to go ahead and merge this as a code cleanup. |
|
No problem, thanks for merging! |