Closed kylezs closed 1 week ago
Attention: Patch coverage is 56.66667%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 72%. Comparing base (
f35c07f
) to head (e47a139
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...allets/cf-elections/src/electoral_systems/mocks.rs | 57% | 13 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Pull Request
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
Allows us to avoid duplicating the "hook_called" etc. I'm also going to need to this to, for example, check how many elections are open at any one time, and would rather not write a hook specific to the number of times I expect, as it will change throughout the test.