Closed sjberman closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@744ae3b
). Learn more about missing BASE report. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hmm, code coverage dropped significantly. Looks like it's considering fake files now?
Hmm, code coverage dropped significantly. Looks like it's considering fake files now?
should we try to exclude them?
should we try to exclude them?
I'm trying to figure out how to do that. Doesn't seem very straightforward. Not sure how it worked with ginkgo...
I might just be able to configure codecov to ignore certain paths.
Problem: Switching to using ginkgo as the test runner caused some issues with verbose output and difficulty finding test failures. This could also be exacerbated by the fact that we mix standard go test style with ginkgo framework tests.
Solution: For now, switch back to using go test as the runner, since the output is cleaner and easier to find errors.
Closes #2584
Future work: https://github.com/nginxinc/nginx-gateway-fabric/issues/2612
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes, please add a brief note that summarizes the change.