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

raystack / meteor / 24620615543
68%

Build:
DEFAULT BRANCH: main
Ran 19 Apr 2026 04:11AM UTC
Jobs 1
Files 105
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

19 Apr 2026 04:06AM UTC coverage: 74.903%. Remained the same
24620615543

push

github

ravisuhag
refactor: migrate pkg/errors to stdlib errors and fmt.Errorf

Replace all direct usage of github.com/pkg/errors with stdlib:
- errors.Wrap(err, "msg") → fmt.Errorf("msg: %w", err)
- errors.Wrapf(err, "fmt", args) → fmt.Errorf("fmt: %w", args, err)
- errors.Errorf("fmt", args) → fmt.Errorf("fmt", args)
- errors.New("msg") → errors.New("msg") (stdlib)

pkg/errors remains as an indirect dependency (used by third-party
libraries) but Meteor no longer imports it directly.

8 of 32 new or added lines in 11 files covered. (25.0%)

7357 of 9822 relevant lines covered (74.9%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
83.93
0.0% plugins/extractors/cassandra/cassandra.go
6
75.27
0.0% plugins/extractors/mongodb/mongodb.go
4
79.59
0.0% plugins/extractors/tableau/builder.go
3
75.36
0.0% plugins/extractors/elastic/elastic.go
2
0.0
0.0% plugins/sinks/gcs/client/client.go
1
92.86
0.0% generator/recipe.go
1
95.12
0.0% plugins/extractors/bigquery/auditlog/stats.go
1
88.12
0.0% plugins/extractors/tableau/tableau.go
Jobs
ID Job ID Ran Files Coverage
1 24620615543.1 19 Apr 2026 04:11AM UTC 105
74.9
GitHub Action Run
Source Files on build 24620615543
  • Tree
  • List 105
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f709abf9 on github
  • Prev Build on main (#24620327553)
  • Next Build on main (#24693219087)
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