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

raeperd / stepdown / 32992337073
96%

Build:
DEFAULT BRANCH: main
Ran 26 Aug 2026 05:08PM UTC
Jobs 6
Files 3
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

26 Aug 2026 04:59PM UTC coverage: 97.11% (+0.03%) from 97.076%
32992337073

push

github

web-flow
Fix false positives on interface method calls (#40)

A call through an interface resolves to the interface method, which has no
FuncDecl. When the interface is declared in the same file, the callee passed
the same-file filter but was missing from the declaration map, so its position
lookup returned the zero value. That made calleeLine 0, which is always less
than callerLine, so every such call was reported — with no position attached.

Skip callees that have no declaration in the file. On a subset of the standard
library (net/http, encoding, io) this removes 239 of 2693 diagnostics, all of
them positionless false positives on interfaces such as io.Reader and
http.ResponseWriter, and leaves the genuine violations untouched.

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

168 of 173 relevant lines covered (97.11%)

232.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32992337073.1 26 Aug 2026 05:08PM UTC 3
96.55
GitHub Action Run
2 32992337073.2 26 Aug 2026 05:08PM UTC 3
96.69
GitHub Action Run
3 32992337073.3 26 Aug 2026 05:08PM UTC 3
96.69
GitHub Action Run
4 32992337073.4 26 Aug 2026 05:08PM UTC 3
96.55
GitHub Action Run
5 32992337073.5 26 Aug 2026 05:09PM UTC 3
96.55
GitHub Action Run
6 32992337073.6 26 Aug 2026 05:09PM UTC 3
96.69
GitHub Action Run
Source Files on build 32992337073
  • Tree
  • List 3
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 22f187a5 on github
  • Prev Build on main (#32966747040)
  • Next Build on main (#34012560656)
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