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

go-pkgz / stringutils
98%

Build:
DEFAULT BRANCH: master
Repo Added 18 May 2023 08:15AM UTC
Token Pwx1XkBqXNXmj4O0HUCC14ZCzhfqIIOI2 regen
Build 19 Last
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 master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • golangci-lint-v2-migration
  • main
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.2.2
  • refs/tags/v1.3.0

11 Aug 2025 10:12PM UTC coverage: 98.374% (+0.08%) from 98.291%
16893417188

push

github

umputun
feat: add comprehensive string and slice utility functions

add 12 new utility functions organized into categories:
- slice operations: Filter, Map, Reverse, IndexOf, LastIndexOf
- set operations: Difference, Union, Intersection
- string operations: NormalizeWhitespace, IsBlank, RemovePrefix, RemoveSuffix

all functions follow existing patterns with proper nil/empty handling, create new slices without mutation, and use efficient O(n) algorithms for set operations. includes comprehensive tests maintaining 98.8% coverage.

127 of 129 new or added lines in 1 file covered. (98.45%)

242 of 246 relevant lines covered (98.37%)

20.41 hits per line

Relevant lines Covered
Build:
Build:
246 RELEVANT LINES 242 COVERED LINES
20.41 HITS PER LINE
Source Files on master
  • 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
16893417188 master feat: add comprehensive string and slice utility functions add 12 new utility functions organized into categories: - slice operations: Filter, Map, Reverse, IndexOf, LastIndexOf - set operations: Difference, Union, Intersection - string operation... push 11 Aug 2025 10:13PM UTC umputun github
98.37
16893230190 master refactor(dedup): unify DeDup algorithms into single stable implementation replace unstable O(n²) DeDup with stable O(n) map-based algorithm that preserves order of first occurrences. DeDupBig is now deprecated and simply calls DeDup for backwards... push 11 Aug 2025 10:03PM UTC umputun github
98.29
16892768071 master Fix critical issues and improve code quality - Replace unsafe byte-to-string conversion with safe string() conversion - Fix DeDupBig to use map[string]struct{} for clarity and efficiency - Handle empty string edge cases in ContainsAnySubstring - ... push 11 Aug 2025 09:37PM UTC umputun github
98.44
16872296146 master Migrate golangci-lint configuration to v2 and update GitHub Action (#2) push 11 Aug 2025 06:12AM UTC web-flow github
100.0
13384442376 master update go version push 18 Feb 2025 06:16AM UTC umputun github
100.0
12380493823 master add missing CODEOWNERS files push 17 Dec 2024 08:02PM UTC umputun github
100.0
5146108169 master suppress linter on reflect push 01 Jun 2023 03:14PM UTC umputun github
100.0
5053611507 master add sfx and prefix slice matches push 23 May 2023 05:40AM UTC Umputun github
100.0
See All Builds (18)

Badge your Repo: stringutils

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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