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

cowsql / go-cowsql
61%
master: 60%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 10 Aug 2023 07:27AM UTC
Files 39
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 errors
branch: errors
CHANGE BRANCH
x
Reset
  • errors
  • gomodernize
  • gomodtidy
  • main
  • master
  • refs/tags/v1.21.0
  • refs/tags/v1.22.0
  • shell
  • yaml

27 Apr 2025 06:43AM UTC coverage: 60.921% (+0.3%) from 60.575%
14689365801

Pull #7

github

nanjj
Replace github.com/pkg/errors with native error wrapping

The package `github.com/pkg/errors` was archived readonly due to the
existence of golang native error wrapping. Conventions rules:
1. `import "github.com/pkg/errors"` to `import "errors"`,
2. `errors.Wrap(err, "...")` to `fmt.Errorf("...: %w", err)`,
3. `errors.Cause` to `errors.Is` and `errors.As`.
4. `go-mode` to `prog-mode` since `go-ts-mode` may be used, `-timeout 90s` removed since the timeout may be hit.

Signed-off-by: JUN JIE NAN <nanjunjie@gmail.com>
Pull Request #7: Replace github.com/pkg/errors with native error wrapping

23 of 56 new or added lines in 6 files covered. (41.07%)

4 existing lines in 2 files now uncovered.

2262 of 3713 relevant lines covered (60.92%)

1293.73 hits per line

Relevant lines Covered
Build:
Build:
3713 RELEVANT LINES 2262 COVERED LINES
1293.73 HITS PER LINE
Source Files on errors
  • Tree
  • List 32
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
14689365801 errors Replace github.com/pkg/errors with native error wrapping The package `github.com/pkg/errors` was archived readonly due to the existence of golang native error wrapping. Conventions rules: 1. `import "github.com/pkg/errors"` to `import "errors"`, ... Pull #7 27 Apr 2025 06:52AM UTC nanjj github
60.92
14689103497 errors Replace github.com/pkg/errors with native error wrapping The package `github.com/pkg/errors` was archived readonly due to the existence of golang native error wrapping. Conventions rules: 1. `import "github.com/pkg/errors"` to `import "errors"`, ... Pull #7 27 Apr 2025 06:18AM UTC nanjj github
60.7
See All Builds (34)
  • 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

© 2026 Coveralls, Inc