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

PlanitarInc / slc / 6647216795
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/golang.org/x/net-0.23.0
DEFAULT BRANCH: master
Ran 25 Oct 2023 11:10PM UTC
Jobs 1
Files 1
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

25 Oct 2023 11:05PM UTC coverage: 100.0%. Remained the same
6647216795

Pull #9

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
Pull Request #9: Support named slice types in API

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

Jobs
ID Job ID Ran Files Coverage
1 6647216795.1 25 Oct 2023 11:10PM UTC 1
100.0
GitHub Action Run
Source Files on build 6647216795
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #9
  • PR Base - master (#6490433747)
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