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

enetx / g / 21255280834
90%

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

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

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

92 of 100 new or added lines in 19 files covered. (92.0%)

3 existing lines in 2 files now uncovered.

6414 of 7128 relevant lines covered (89.98%)

314.48 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
91.43
-1.49% map.go
1
93.06
-0.55% map_ordered.go
1
92.59
-1.16% map_safe.go
5
92.02
-0.45% slice.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.81
0.52% map_iter_par.go
2
90.4
-0.47% deque_iter_par.go
Jobs
ID Job ID Ran Files Coverage
1 21255280834.1 22 Jan 2026 04:02PM UTC 52
89.98
GitHub Action Run
Source Files on build 21255280834
  • Tree
  • List 52
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4fbc4123 on github
  • Prev Build on refs/tags/v1.0.201 (#21225292934)
  • Next Build on main (#21255401097)
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