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

igorls / context-builder / 33361960634
79%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2026 05:55AM UTC
Jobs 1
Files 25
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

31 Aug 2026 05:18AM UTC coverage: 79.091% (+0.6%) from 78.514%
33361960634

push

github

igorls
fix(markdown): make --visibility no-op warning visible without RUST_LOG

User-style testing on a real repo caught this: the v0.10 warning used
warn! (log macro), but env_logger defaults to error level, so a default
run never showed it — --visibility public on a Python repo silently
returned unfiltered signatures, the exact dishonesty v0.10 set out to
fix. Verified earlier only under RUST_LOG=warn, which masked it.

Switch to eprintln (stderr), matching the existing --diff-only warning
pattern in lib.rs. Pipe mode stays clean: the document on stdout does
not contain the warning (verified).

Adds regression tests pinning the warning gate (which languages honor
--visibility) and the one-shot-per-language dedup.

Gate: fmt clean, clippy -D warnings clean, 396 tests passing.

0 of 1 new or added line in 1 file covered. (0.0%)

223 existing lines in 5 files now uncovered.

2663 of 3367 relevant lines covered (79.09%)

4.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
78.61
1.91% src/markdown.rs

Coverage Regressions

Lines Coverage ∆ File
105
58.86
7.99% src/tree_sitter/languages/typescript.rs
64
78.61
1.91% src/markdown.rs
52
84.52
0.76% src/lib.rs
1
96.43
0.0% src/token_count.rs
1
78.76
-0.44% src/tree_sitter/languages/cpp.rs
Jobs
ID Job ID Ran Files Coverage
1 33361960634.1 31 Aug 2026 05:55AM UTC 25
79.09
GitHub Action Run
Source Files on build 33361960634
  • Tree
  • List 25
  • Changed 9
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33361960634
  • 1e46b5b2 on github
  • Prev Build on master (#26986685391)
  • Next Build on master (#33363182183)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc