You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of landing #177 it was decided to lower the coverage requirement from 100% to 50%. It would be great to get this coverage back up to 100% across the codebase and reinstante the 100% requirement.
This likely includes some completely new tests for the --file flag, as well as new "pull-request" tests to ensure that validation is applied properly for all frontmatter options (and potentially some new "push-main" tests for frontmatter combinations).
Why?
Improving the code coverage through testing helps ensure that future changes don't break existing functionality, and also acts as wonderful demos to users looking at what this project can do.
Alternatives you tried
N/A
The text was updated successfully, but these errors were encountered:
What’s missing?
As part of landing #177 it was decided to lower the coverage requirement from 100% to 50%. It would be great to get this coverage back up to 100% across the codebase and reinstante the 100% requirement.
This likely includes some completely new tests for the
--file
flag, as well as new "pull-request" tests to ensure that validation is applied properly for all frontmatter options (and potentially some new "push-main" tests for frontmatter combinations).Why?
Improving the code coverage through testing helps ensure that future changes don't break existing functionality, and also acts as wonderful demos to users looking at what this project can do.
Alternatives you tried
N/A
The text was updated successfully, but these errors were encountered: