Closed VenelinMartinov closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 62.83%. Comparing base (
ed56fc2
) to head (9189c1a
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR has been shipped in release v3.95.0.
This adds
t.Parallel
to most tests, except the ones which:t.Setenv
- that's not allowed for go testsWe also now enforce
t.Parallel
via a linter.This should help speed up our tests in the future but the bottleneck is currently the non-parallel tests.