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

alandtse / auth_capture_proxy / 22085707302
66%

Build:
DEFAULT BRANCH: main
Ran 17 Feb 2026 04:17AM UTC
Jobs 1
Files 11
Run time 1min
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

17 Feb 2026 04:14AM UTC coverage: 66.022% (+0.6%) from 65.436%
22085707302

push

github

web-flow
fix: `home-page` key error in metadata (#45)

* Update __init__.py

Replace:
```
__uri__ = metadata["home-page"]
```
with: 
```__uri__ = metadata.get("home-page") or metadata.get("Home-Page", "")
```

* Address nitpick comment

* fix: typing fails: PackageMetadata has no attribute "get" [attr-defined]

Use Message semantics (.get() is typed)

* Address netpick comments

* fix: ERROR collecting tests/test_cli.py in build 3.11

* fix: build 3.10 error: Incompatible types in assignment (expression has type "PackageMetadata", variable has type "Optional[Message]") [assignment]

* Fix typing: stop calling .get() on PackageMetadata (for mypy)

* chore: bump pre-commit to >=3.2 for hook stage compatibility

29 of 29 new or added lines in 1 file covered. (100.0%)

8 existing lines in 1 file now uncovered.

649 of 983 relevant lines covered (66.02%)

0.66 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
8
80.43
0.0% authcaptureproxy/helper.py
Jobs
ID Job ID Ran Files Coverage
1 22085707302.1 17 Feb 2026 04:17AM UTC 11
66.02
GitHub Action Run
Source Files on build 22085707302
  • Tree
  • List 11
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6da3ceda on github
  • Prev Build on main (#21794503611)
  • Next Build on main (#22085782100)
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