-
Notifications
You must be signed in to change notification settings - Fork 41
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
Regain 100% unit test coverage post-refactor #496
Closed
jmcook1186 opened this issue
Mar 4, 2024
· 1 comment
· Fixed by Green-Software-Foundation/if-unofficial-plugins#65
Closed
Regain 100% unit test coverage post-refactor #496
jmcook1186 opened this issue
Mar 4, 2024
· 1 comment
· Fixed by Green-Software-Foundation/if-unofficial-plugins#65
Milestone
Comments
jmcook1186
modified the milestones:
IF Sprint 8: 4/3/24 - 15/3/24,
IF Sprint 9: 18/3/24 - 29/03/24
Mar 18, 2024
9 tasks
jmcook1186
modified the milestones:
IF Sprint 9: 18/3/24 - 29/03/24,
IF Sprint 10: 2/4/24 - 12/04/24
Apr 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Story
As a developer I want to quickly check that the codebase has sufficient unit test coverage so that I can be confident that my changes have not broken anything.
Rationale
We aim to maintain 100% unit test coverage but this has slipped during the refactor.
Implementation details
Add unit tests to bring coverage up to 100% in
if
,if-plugins
andif-unofficial-plugins
repository.Priority
3/5
Scope
Tests in all three
if
reposSize
1-2 days
What does "done" look like?
All repos have 100% unit test coverage
Does this require updates to documentation or other materials??
No
What testing is required?
Unit tests 10% coverage and 100% poassing
Is this a known/expected update?
Expcted since refactor
The text was updated successfully, but these errors were encountered: