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

binbashar / leverage / 33335308766
65%
master: 61%

Build:
Build:
LAST BUILD BRANCH: fix/integration-tests
DEFAULT BRANCH: master
Ran 30 Aug 2026 09:03PM UTC
Jobs 1
Files 44
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

30 Aug 2026 09:02PM UTC coverage: 65.343% (+0.4%) from 64.93%
33335308766

Pull #323

github

diego-ojeda-binbash
Fix | Do not require a terminal to run the bats tests

The suite ran under `docker run -t`, which allocated a TTY, so it could take
one for granted. On the runner there is none, and `$TERM` is unset:

  tput: No value for $TERM and no -T specified
  validator.bash: line 8: printf: write error: Broken pipe

Two things assumed a terminal. `setup_file` printed a header through `tput`,
which fails outright without `$TERM`, and the make target forced the pretty
formatter, which needs one. `-t` and `-p` were both passed, which is
contradictory since either sets the formatter, and the pretty one won.

The header no longer goes through `tput`, and no formatter is forced, so bats
picks the pretty one on a terminal and tap when there is none.

Verified both ways, with `$TERM` set and unset: 10 tests pass, `make test-int`
exits 0, and no tput or broken pipe errors in either.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #323: Fix | Restore the integration tests

514 of 1024 branches covered (50.2%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

2778 of 4014 relevant lines covered (69.21%)

0.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33335308766.1 30 Aug 2026 09:03PM UTC 44
65.34
GitHub Action Run
Source Files on build 33335308766
  • Tree
  • List 44
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33335308766
  • Pull Request #323
  • PR Base - fix/restore-unit-test-suite (#33333573252)
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