Closed sevein closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.45%. Comparing base (
2cc4b26
) to head (49319a8
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, we used a multi-module workspace (via the go.work file) to address issues with gopls detecting nested modules. However, these issues now appear to be resolved. Since the go.work file no longer provides any significant benefit, we're removing it from the project.
I've used
go mod tidy -diff
to check that the mod files are tidy.-diff
is a new flag introduced in go1.23.