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

cowsql / go-cowsql / 14726774095
53%
master: 60%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 29 Apr 2025 08:35AM 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

29 Apr 2025 08:27AM UTC coverage: 60.679% (+0.1%) from 60.575%
14726774095

push

github

web-flow
Replace github.com/pkg/errors with native error wrapping (#7)

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,
5. `-timeout 90s` removed since the timeout may be hit.

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

13 existing lines in 3 files now uncovered.

2253 of 3713 relevant lines covered (60.68%)

1498.53 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
1
85.71
-0.75% benchmark/benchmark.go
2
75.17
2.2% driver/driver.go
10
60.43
-7.19% app/proxy.go
Jobs
ID Job ID Ran Files Coverage
1 14726774095.1 29 Apr 2025 08:35AM UTC 32
60.68
GitHub Action Run
Source Files on build 14726774095
  • Tree
  • List 32
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bd2c1db4 on github
  • Prev Build on main (#14637397900)
  • Next Build on main (#14885887905)
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