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

raeperd / stepdown
98%

Build:
DEFAULT BRANCH: main
Repo Added 03 Apr 2026 02:33PM UTC
Files 1
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
  • main

05 May 2026 12:23PM UTC coverage: 98.0% (+0.06%) from 97.945%
25376101301

push

github

web-flow
Use qualified method names in diagnostics (#30)

* Use qualified method names in diagnostics

* Document exclusion name forms

* Clarify exclusion docs

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

147 of 150 relevant lines covered (98.0%)

287.16 hits per line

Relevant lines Covered
Build:
Build:
150 RELEVANT LINES 147 COVERED LINES
287.16 HITS PER LINE
Source Files on main
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25376101301 main Use qualified method names in diagnostics (#30) * Use qualified method names in diagnostics * Document exclusion name forms * Clarify exclusion docs push 05 May 2026 12:23PM UTC web-flow github
98.0
25359781417 main chore: update GitHub Actions to latest versions and add Dependabot (#28) push 05 May 2026 05:37AM UTC web-flow github
97.95
23971368557 main Improve README readability and structure (#27) Rewrite tagline, show example output upfront, reorder sections so readers understand the rule before installation instructions. push 04 Apr 2026 04:31AM UTC web-flow github
97.95
23960350314 main Refactor to per-file processing, remove inspect.Analyzer dependency (#24) - Iterate pass.Files directly instead of using inspector.Preorder - Flatten filename-keyed maps to simple per-file maps - Remove funcInfo struct, use plain token.Pos - Extr... push 03 Apr 2026 08:04PM UTC web-flow github
97.95
23955741470 main Fix callee-order check for circular and excluded functions (#23) * RED→GREEN: skip circular callees in invocation order check Circular callees have unreliable positions for ordering. Skip them and excluded callees in the callee invocation order ... push 03 Apr 2026 05:38PM UTC web-flow github
95.1
23954963134 main Merge declaration collection and call graph into single pass (#22) Combine the first two Preorder passes into one, reducing from 3 to 2 AST traversals. The call graph now collects callee names unconditionally (without checking fileFuncs), which i... push 03 Apr 2026 05:14PM UTC web-flow github
94.9
23954836317 main Fix call graph to include method calls for cycle detection (#21) The call graph only tracked plain function calls (*ast.Ident), missing method calls (*ast.SelectorExpr). This caused false positives when methods formed circular call chains. Also f... push 03 Apr 2026 05:10PM UTC web-flow github
94.31
23954828740 main Fix closure calls being attributed to enclosing function (#20) Skip *ast.FuncLit nodes in the violation-checking pass so that calls inside closures are not reported as violations of the enclosing function. The call graph pass already had this guard. push 03 Apr 2026 05:10PM UTC web-flow github
93.72
23954824022 main Add test for callee exclusion path (#19) Exercise the untested code path where a non-excluded function calls an excluded function declared before it — no violation should be reported. Also verify non-excluded pairs still produce violations. push 03 Apr 2026 05:10PM UTC web-flow github
92.51
23953418407 main Add cross-struct method call support (#18) Use pass.TypesInfo.Selections to resolve SelectorExpr calls to methods on any struct type in the same file, not just the receiver. This replaces the AST-only receiver matching with type-info resolution, ... push 03 Apr 2026 04:25PM UTC web-flow github
91.44
See All Builds (17)
  • 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