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

cybertec-postgresql / pg_timetable / 32750855451
89%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2026 04:30PM UTC
Jobs 1
Files 27
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

24 Aug 2026 04:26PM UTC coverage: 89.695% (+0.07%) from 89.624%
32750855451

push

github

web-flow
[-] fix `PROGRAM` task error exit code always logged as -1, fixes #827 (#828)

`ExecuteProgramCommand()` type-asserted the accumulated err
(an `errors.Join` result) against `*exec.ExitError`. Since `errors.Join`
wraps even a single non-nil error in a `*joinError`, the assertion never
succeeded and `exit_code = -1` was logged for every failure, regardless
of the real process exit status.

Assert on the immediate command error `e` with `errors.AsType` instead,
so the actual exit code is recorded.

Fixes #827

5 of 5 new or added lines in 2 files covered. (100.0%)

3 existing lines in 1 file now uncovered.

2263 of 2523 relevant lines covered (89.69%)

1.02 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
82.61
-4.35% internal/scheduler/interval_chain.go
Jobs
ID Job ID Ran Files Coverage
1 32750855451.1 24 Aug 2026 04:30PM UTC 27
89.69
GitHub Action Run
Source Files on build 32750855451
  • Tree
  • List 27
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32750855451
  • 7cc5e064 on github
  • Prev Build on master (#32750303215)
  • Next Build on master (#32834036429)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc