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

enetx / g / 21255280834 / 1
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 22 Jan 2026 04:02PM UTC
Files 52
Run time 1s
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

22 Jan 2026 03:58PM UTC coverage: 89.983% (-0.08%) from 90.067%
21255280834.1

push

github

enetx
 refactor(api): unify method naming conventions

  BREAKING CHANGES:

  - Rename Empty() → IsEmpty() for all collection types
  - Remove NotEmpty() (use !IsEmpty() instead)
  - Rename Delete() → Remove() for Slice, Map, MapOrd, MapSafe, Set
  - Rename Set(k, v) → Insert(k, v) for Map, MapOrd, MapSafe
  - Rename TrySet() → TryInsert() for MapSafe

  - Change Remove() signature to return values:
    - Map.Remove(key K) Option[V]
    - MapOrd.Remove(key K) Option[V]
    - MapSafe.Remove(key K) Option[V]
    - Slice.Remove(index Int) Option[T]
    - Set.Remove(v T) bool

  - Add First() method to Slice (returns Option[T])
  - Move all types from types.go to their corresponding files

6414 of 7128 relevant lines covered (89.98%)

314.48 hits per line

Source Files on job 21255280834.1
  • Tree
  • List 52
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21255280834
  • 4fbc4123 on github
  • Prev Job for on main (#21225292934.1)
  • Next Job for on main (#21255401097.1)
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