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
fix(.github/workflows): add coverage reporting to all workflows (#4699)
Our code coverage appeared low because not all test results were being
uploaded to Codecov.
The language-specific CI workflows were running tests but not collecting
or uploading coverage. This change adds coverage flags to go test and
uploads coverage from each language workflow so Codecov can correctly
merge results from the tests that actually run.
For #4664
0 commit comments