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

cowsql / go-cowsql / 14689365801
61%
master: 60%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 27 Apr 2025 06:52AM UTC
Jobs 1
Files 32
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

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

New Missed Lines in Diff

Lines Coverage ∆ File
1
72.8
0.14% app/app.go
3
71.83
0.0% internal/protocol/connector.go
6
75.17
2.2% driver/driver.go
6
64.67
0.21% internal/protocol/protocol.go
7
68.37
0.0% client/client.go
10
64.44
0.0% client/database_store.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
66.19
-1.44% app/proxy.go
2
75.17
2.2% driver/driver.go
Jobs
ID Job ID Ran Files Coverage
1 14689365801.1 27 Apr 2025 06:52AM UTC 32
60.92
GitHub Action Run
Source Files on build 14689365801
  • Tree
  • List 32
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #7
  • PR Base - main (#14637397900)
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