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
Is your feature request related to a problem? Please describe.
We need the ability to measure the amount of code coverage that our automated tests achieve during runs.
Describe the solution you'd like
-Identify a coverage framework to use (c8, jest, istanbul, etc)
-A new task added to scripts called coverage that will generate line coverage at a minimum for our ts files.
-Task is integrated into the PR check action to provide additional insight at review time.
Additional context
This seems very doable based on this post.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We need the ability to measure the amount of code coverage that our automated tests achieve during runs.
Describe the solution you'd like
-Identify a coverage framework to use (c8, jest, istanbul, etc)
-A new task added to scripts called coverage that will generate line coverage at a minimum for our ts files.
-Task is integrated into the PR check action to provide additional insight at review time.
Additional context
This seems very doable based on this post.
The text was updated successfully, but these errors were encountered: