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 a developer, I want to see the code coverage for our different test suites.
The codecov action we use updated and now requires a token parameter to be used. While fixing this, we should also take this opportunity to flag our different test suites (unit vs integration).
Expected behavior
Add the token to our workflow
Add a codecov step to the integration test workflow
Problem Description
As a developer, I want to see the code coverage for our different test suites.
The codecov action we use updated and now requires a token parameter to be used. While fixing this, we should also take this opportunity to flag our different test suites (unit vs integration).
Expected behavior
Additional context
You can follow the changes made in sdv-dev/SDV#2268.
The text was updated successfully, but these errors were encountered: