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

gauntface / go-html-asset-manager / 22232899105
68%

Build:
DEFAULT BRANCH: main
Ran 20 Feb 2026 04:51PM UTC
Jobs 1
Files 31
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

20 Feb 2026 04:50PM UTC coverage: 67.532% (+0.1%) from 67.391%
22232899105

push

github

web-flow
Fix JS type detection and ID generation for dot-suffixed filenames (#709)

typeFromSyncSet and Generate both used strings.HasSuffix on the full
filename, which failed for JS files like "example-sync.braille" where
the suffix is ".braille" rather than "-sync". Fix by checking only the
base part (before the first dot) for type prefixes, so that
"example-sync.braille.js" is correctly identified as SyncJS with ID
"example.braille" rather than InlineJS with ID "example-sync.braille".

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

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

1716 of 2541 relevant lines covered (67.53%)

11.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22232899105.1 20 Feb 2026 04:51PM UTC 31
67.53
GitHub Action Run
Source Files on build 22232899105
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22232899105
  • b569f574 on github
  • Prev Build on main (#22231641949)
  • Next Build on main (#22232930135)
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