538d6d964a
test / test (push) Successful in 38s
docker / lint (pull_request) Successful in 38s
lint / lint (pull_request) Successful in 27s
lint / lint (push) Successful in 36s
docker / test (pull_request) Successful in 32s
docker / docker-test (pull_request) Successful in 12s
docker / docker-publish (pull_request) Has been skipped
test / test (pull_request) Successful in 25s
Every write tool's `except (Auth...)` re-raise and `except GiteaError -> RuntimeError` wrapping was previously untested, leaving write_tools at 60% coverage and the repo below the 80% gate. Adds parametrized error-path tests for all 15 write tools (backend error wrapping + auth propagation), raising write_tools coverage to 99% and total coverage above the gate.