Closed pat-s closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 26.52%. Comparing base (
9a76233
) to head (76fe3c9
). 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.
Nice catch. Seems to be introduced by https://github.com/woodpecker-ci/woodpecker/pull/371 from +3years ago 🙈
Could you try to add a test checking this on f.On("File")
with sth like .Times(1)
or by changing it to .Once()
tested with and without tests -> it's covered now :tada:
-> #4273
Tearing down https://woodpecker-ci-woodpecker-pr-4272.surge.sh
fix #4264 introduced in #3699
This applies to all forges. Currently, all config files are fetched three times from the forge. As this takes a while for gitlab.com, this resulted in an overall timeout error of > 10s for the webhook processing.