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

CharlesBinard / SecurBuntu / 23150774875
94%

Build:
DEFAULT BRANCH: main
Ran 16 Mar 2026 03:10PM UTC
Jobs 1
Files 16
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

16 Mar 2026 03:10PM UTC coverage: 100.0%. First build
23150774875

push

github

web-flow
feat: test coverage with threshold + badges (#6)

* feat: add test coverage with 80% threshold + badges

- Run tests with --coverage in CI, fail if below 80%
- Upload lcov to Coveralls on push to main
- Add CI status badge and Coveralls coverage badge to README
- Add test:coverage npm script
- Current coverage: 85.48% lines, 85.97% functions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* test: achieve 100% line coverage

Add 34 new tests covering all previously uncovered code:
- audit/display.ts: all colorize branches (good/bad/neutral) + detail field
- report/display.ts: displayReport with all variants (sudoUser, newSshPort,
  audit-only, before/after comparison)
- report/export.ts: before/after markdown table with changed/unchanged/missing
- dry-run.ts: displaySummary empty and non-empty
- tasks/ssh-keys.ts: all failure branches (mkdir, append, chmod, coolify warning)

Coverage: 95 → 129 tests, 200 → 279 assertions, 85% → 100% lines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: add non-null assertions on array access in tests

Fix TS2532 errors from noUncheckedIndexedAccess — array[0] needs
non-null assertion in test files where the value is guaranteed to exist.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: replace non-null assertions with optional chaining in tests

Biome noNonNullAssertion rule forbids `!` — use `?.` instead for
array access in test assertions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

806 of 806 relevant lines covered (100.0%)

41.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23150774875.1 16 Mar 2026 03:10PM UTC 16
100.0
GitHub Action Run
Source Files on build 23150774875
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23150774875
  • a9767c0e on github
  • Next Build on main (#23169642794)
  • Delete
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