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

bramp / build-along / 19122222351
89%

Build:
DEFAULT BRANCH: main
Ran 06 Nov 2025 01:53AM UTC
Jobs 1
Files 61
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

06 Nov 2025 01:51AM UTC coverage: 85.381% (+0.009%) from 85.372%
19122222351

push

github

bramp
Fix linting errors: modernize type annotations and improve code quality

- Replace Union[X, Y] with X | Y syntax (UP007)
- Replace isinstance(x, (A, B)) with isinstance(x, A | B) (UP038)
- Rename unused loop variables to _i (B007)
- Add proper exception chaining with 'from None' (B904)
- Replace assert False with raise AssertionError (B011)
- Simplify return conditions (SIM103)
- Use yield from instead of loop (UP028)

Reduced linting errors from 106 to 91 (all remaining are E501 line length)

12 of 15 new or added lines in 9 files covered. (80.0%)

1 existing line in 1 file now uncovered.

4059 of 4754 relevant lines covered (85.38%)

0.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
18.33
0.0% src/build_a_long/pdf_extract/drawing/drawing.py
1
96.55
0.0% src/build_a_long/pdf_extract/extractor/page_elements_test.py
1
91.96
-0.07% src/build_a_long/pdf_extract/parser/page_ranges.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.96
-0.07% src/build_a_long/pdf_extract/parser/page_ranges.py
Jobs
ID Job ID Ran Files Coverage
1 19122222351.1 06 Nov 2025 01:53AM UTC 61
85.38
GitHub Action Run
Source Files on build 19122222351
  • Tree
  • List 61
  • Changed 9
  • Source Changed 9
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19122222351
  • d90334df on github
  • Prev Build on main (#19121465813)
  • Next Build on main (#19155446196)
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