-
Notifications
You must be signed in to change notification settings - Fork 1k
Adding Unit tests to increase coverage #1979
Conversation
@sdboyer The failure in this build is actually due to a test file. Lmk if you need me to fix. I had actually just reused an existing test file. |
Ping! Could you look into this PR? All the changes are in the test folders. This is mainly non-breaking code. |
I completely understand if you don't want this change. But no reply or even an acknowledgement of this since 6 weeks :( ? I did put some time and effort to this. |
I'm sorry it's taken so long. (i am quite familiar with the pai and of having OSS contributions ignored 😢). Day job is hectic, we moved a month ago, and new baby is due in two weeks.
i'm going to try for one more release before baby arrives, and will have a decision on this.
…On September 24, 2018 6:57:14 PM EDT, Tariq Ibrahim ***@***.***> wrote:
I completely understand if you don't want this change. But no reply or
even an acknowledgement of this since 6 weeks :( ? I did put some time
and effort to this.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#1979 (comment)
|
I understand :). Good luck and Congratulations! |
@theckman I see that you have the write access to this repo. Can this be merged? The Codacy fail is actually harmless if I remember correctly. |
Hey Tariq - can you merge in the latest master, or rebase your branch against master, and push again? The tests should be back to green now. |
Done! So glad to see this project active again :). |
+0.4% improvement in coverage Before:
After:
|
Adding Unit tests to increase coverage Signed-off-by: Tim Heckman <[email protected]>
What does this do / why do we need it?
Adds more units. Covers an a case in check where pruneopts have been changed.
Trying to understand this codebase one test case at a time :)
What should your reviewer look out for in this PR?
Changes are mostly in test files. One cosmetic change applied in digest.go
Do you need help or clarification on anything?