Skip to content

Remove covered VWS error-path exclusions - #3226

Merged
adamtheturtle merged 1 commit into
mainfrom
cover-public-error-paths
Sep 10, 2026
Merged

Remove covered VWS error-path exclusions#3226
adamtheturtle merged 1 commit into
mainfrom
cover-public-error-paths

Conversation

@adamtheturtle

Copy link
Copy Markdown
Member

Summary

  • remove stale coverage exclusions from sync and async VWS server-error handling
  • remove stale coverage exclusions from sync and async target-processing timeout handling
  • retain the VWS rate-limit and VuMark exclusions, which the full coverage run confirmed are not exercised

The existing public client tests already execute all four changed branches; this makes the coverage report reflect that behavior without adding private-helper tests. This does not overlap #3225, which only changes exception class declarations.

Validation

  • uv run --group=dev prek run --all-files --hook-stage pre-commit --no-fail-fast --verbose
  • uv run --group=dev prek run --all-files --hook-stage pre-push --no-fail-fast --verbose
  • uv run --group=dev prek run --all-files --hook-stage manual --no-fail-fast --verbose
  • uv run --group=dev pytest -q --cov-fail-under 100 --cov=src/ --cov=tests/ . (460 passed, 100% coverage)

@adamtheturtle
adamtheturtle merged commit e2d95a8 into main Sep 10, 2026
13 checks passed
@adamtheturtle
adamtheturtle deleted the cover-public-error-paths branch September 10, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant