• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abravalheri / validate-pyproject
98%

Build:
DEFAULT BRANCH: main
Repo Added 22 Oct 2021 04:38PM UTC
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-gh-actions
  • all-repos_autofix_all-repos-sed
  • all-repos_autofix_all-repos_autofix_all-repos-sed_setup-uv8.0.0
  • allow-private-classifiers
  • alt-sorting
  • better-errors
  • cirrus-ci
  • dependabot/github_actions/actions-3204d75334
  • dependabot/github_actions/actions-5d50948ff9
  • dependabot/github_actions/actions-666c6d1e80
  • dependabot/github_actions/actions-6e72dea427
  • dependabot/github_actions/actions-7530ffc9b9
  • dependabot/github_actions/actions-76468cb07f
  • dependabot/github_actions/actions-7921bc0373
  • dependabot/github_actions/actions-81661f83bb
  • dependabot/github_actions/actions-b6ae6d6a21
  • dependabot/github_actions/actions-c2e7f7cad0
  • dependabot/github_actions/actions-c836e40089
  • disable-trove-classifiers
  • export-validation-errors-in-main-api
  • extra-author-keys
  • file-requirements-review
  • fix-docs
  • fix-entry-point
  • fix-entrypoints-check
  • fix-issues
  • fix-pdm-example
  • fix-pre-commit-hook
  • fix-reporting
  • fix-tests
  • fix-typecheck
  • fix-warnings-importlib-resources
  • fix/format-validator-edge-cases
  • fix/misc-correctness
  • fix/multi-plugin-filtering
  • fix/network-timeouts
  • gha-tox-uv
  • henryiii-patch-2
  • henryiii/chore/color
  • henryiii/chore/dependency-groups
  • henryiii/chore/prek
  • henryiii/chore/ruff-better
  • henryiii/chore/ruff-extra
  • henryiii/chore/uvup
  • henryiii/ci/cirrusbyebye
  • henryiii/ci/coveralls
  • henryiii/ci/fixcirrus
  • henryiii/ci/fixfreebsg
  • henryiii/ci/slim
  • henryiii/docs/newerpeps
  • henryiii/feat/emptytool
  • henryiii/feat/extra
  • henryiii/feat/multi2
  • henryiii/feat/pep794
  • henryiii/feat/pep808-partially-dynamic
  • henryiii/fix/__package__
  • henryiii/fix/dash
  • henryiii/fix/emptyauthor
  • henryiii/fix/id
  • henryiii/fix/loadingstore
  • henryiii/fix/moretypes
  • henryiii/fix/multipluginid
  • henryiii/fix/pytest
  • henryiii/fix/relurl
  • henryiii/fix/sortingissue
  • henryiii/fix/ss
  • henryiii/test/fixtypo
  • henryiii/tests/parallel
  • improve-ignoring
  • improve-pre-comit-hook
  • improve-trove-classifier-problem
  • improve-validation-error-class
  • issue-28
  • issue-31
  • issue-5
  • macos-13
  • main
  • patch-1
  • pep-770
  • pre-commit-ci-update-config
  • python-3.14
  • refs/tags/v0.10
  • refs/tags/v0.10.1
  • refs/tags/v0.10b0
  • refs/tags/v0.11
  • refs/tags/v0.11b1
  • refs/tags/v0.12
  • refs/tags/v0.12.1
  • refs/tags/v0.12.2
  • refs/tags/v0.13
  • refs/tags/v0.14
  • refs/tags/v0.15
  • refs/tags/v0.16
  • refs/tags/v0.17
  • refs/tags/v0.18
  • refs/tags/v0.19
  • refs/tags/v0.20.2
  • refs/tags/v0.21
  • refs/tags/v0.22
  • refs/tags/v0.23
  • refs/tags/v0.24
  • refs/tags/v0.24.1
  • refs/tags/v0.25
  • refs/tags/v0.5.1
  • refs/tags/v0.5.2
  • refs/tags/v0.6
  • refs/tags/v0.6.1
  • refs/tags/v0.7
  • refs/tags/v0.7.1
  • refs/tags/v0.7.2
  • refs/tags/v0.8.1
  • refs/tags/v0.9
  • remove-fastjsonschema-workaround
  • remove-license-from-dynamic
  • ssh-context
  • stubs-package-data
  • typos
  • update-ci-setup
  • update-cirrus
  • update-py39
  • use-tomllib
  • v0.0.1
  • v0.1
  • v0.2
  • v0.3
  • v0.3.1
  • v0.3.2
  • xdist

15 Jun 2026 06:39PM UTC coverage: 97.735% (+0.09%) from 97.647%
27592220927

push

github

web-flow
fix: add timeout to network requests (#319)

Without a timeout, a stalled connection to PyPI or a schema host hangs
indefinitely. This is especially problematic when running as a pre-commit
hook. Set a 10-second timeout via a module-level constant.

Assisted-by: ClaudeCode:claude-sonnet-4-6

88 of 96 branches covered (91.67%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 2 files covered. (100.0%)

11 existing lines in 2 files now uncovered.

1077 of 1096 relevant lines covered (98.27%)

5.88 hits per line

Relevant lines Covered
Build:
Build:
1096 RELEVANT LINES 1077 COVERED LINES
5.88 HITS PER LINE
Source Files on main
  • Tree
  • List 19
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27592220927 main fix: add timeout to network requests (#319) Without a timeout, a stalled connection to PyPI or a schema host hangs indefinitely. This is especially problematic when running as a pre-commit hook. Set a 10-second timeout via a module-level constant... push 16 Jun 2026 03:34AM UTC web-flow github
97.73
27372584415 fix/misc-correctness Merge f40690870 into d489c053a Pull #321 11 Jun 2026 07:39PM UTC web-flow github
97.73
27372577769 fix/format-validator-edge-cases Merge ccedc16a3 into d489c053a Pull #320 11 Jun 2026 07:39PM UTC web-flow github
97.75
27372552870 fix/network-timeouts Merge b5b13cd44 into d489c053a Pull #319 11 Jun 2026 07:39PM UTC web-flow github
97.74
27372544330 fix/multi-plugin-filtering Merge d1a0d1cfc into d489c053a Pull #318 11 Jun 2026 07:39PM UTC web-flow github
97.73
27372095770 henryiii/feat/pep808-partially-dynamic Merge 8e8fe0f2b into d489c053a Pull #314 11 Jun 2026 07:30PM UTC web-flow github
97.73
27128657377 dependabot/github_actions/actions-3204d75334 Merge cdeb4b0b3 into 21cfa6eec Pull #316 08 Jun 2026 09:35AM UTC web-flow github
97.73
47130041... main chore: use and mention prek (#311) Signed-off-by: Henry Schreiner <henryfs@princeton.edu> push 01 Jun 2026 04:59PM UTC web-flow cirrus-ci
97.65
45712799... main chore(deps): update pre-commit hooks (#315) updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.15) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-... push 01 Jun 2026 04:59PM UTC web-flow cirrus-ci
97.65
57346597... pre-commit-ci-update-config chore(deps): update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.15) Pull #315 01 Jun 2026 04:51PM UTC web-flow cirrus-ci
97.65
See All Builds (913)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc