Closed pickworthi closed 1 month ago
In response to: https://github.com/solsticegamestudios/vdf/issues/3
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 10843354555: | 0.01% |
Covered Lines: | 431 |
Relevant Lines: | 441 |
When a caller passes a value of None for the mapper parameter, a TypeException is raised. Usage of None by a caller to signify no value given is quite common, so this makes the calls a bit more robust.