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
This is a straight forward task to add code cov to our workflow so each time a new thing is added we can add tests. and slowly work on coverage for easier refactoring.
add codecov as a dep in hatch tests envt
add running codecov push to the CI build
Setup codecov service to run on each pr (this could be a separate activity / issue) - example of doing that here
The text was updated successfully, but these errors were encountered:
This is a straight forward task to add code cov to our workflow so each time a new thing is added we can add tests. and slowly work on coverage for easier refactoring.
The text was updated successfully, but these errors were encountered: