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

bots-go-framework / bots-fw / 27283744638
23%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 02:34PM UTC
Jobs 1
Files 75
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

10 Jun 2026 02:33PM UTC coverage: 22.469% (+0.04%) from 22.425%
27283744638

push

github

web-flow
test: give root package a covered statement (100% instead of "no statements") (#77)

The root botsframework package was statement-less (package.go held only a
package doc comment), so `go test -cover` reported "[no statements]" and the
package never appeared in coverage reports. Add a trivial unexported
packageName() and exercise it from TestPackage so the package contributes a
covered statement and shows 100.0%.

Note: a package-level `var _ = 0` does NOT work — Go coverage counts statements
inside function bodies, so a covered function called by a test is required.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

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

1183 of 5265 relevant lines covered (22.47%)

0.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27283744638.1 10 Jun 2026 02:34PM UTC 75
22.47
GitHub Action Run
Source Files on build 27283744638
  • Tree
  • List 75
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 823ae301 on github
  • Prev Build on main (#27281181998)
  • Next Build on main (#27283768361)
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