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

PlanitarInc / slc
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/golang.org/x/net-0.23.0
DEFAULT BRANCH: master
Repo Added 31 Aug 2023 11:28AM 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 refs/tags/v0.3.0
branch: refs/tags/v0.3.0
CHANGE BRANCH
x
Reset
  • refs/tags/v0.3.0
  • master
  • refs/tags/v0.2.0
  • refs/tags/v0.3.1

26 Oct 2023 02:10PM UTC coverage: 100.0%. Remained the same
6655364353

push

github

korya
Support named slice types in API

Change the API to support named slice types such as

    type mySlice []int

This allows preserving the type in some functions. For example:

    type mySlice []int

    s1 := mySlice{1,2,3}
    s2 := Filter(s1, func (n int) bool { return n > 1 })
    // The type of s2 is mySlice

More details can be found in https://go.dev/blog/deconstructing-type-parameters

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

135 of 135 relevant lines covered (100.0%)

447.46 hits per line

Relevant lines Covered
Build:
Build:
135 RELEVANT LINES 135 COVERED LINES
447.46 HITS PER LINE
Source Files on refs/tags/v0.3.0
  • 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
6655364353 refs/tags/v0.3.0 Support named slice types in API Change the API to support named slice types such as type mySlice []int This allows preserving the type in some functions. For example: type mySlice []int s1 := mySlice{1,2,3} s2 := Filter(s1, f... push 26 Oct 2023 02:12PM UTC korya github
100.0
See All Builds (26)
  • 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

© 2025 Coveralls, Inc