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

philihp / nanbox
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 12 May 2020 01:20AM UTC
Files 1
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • build-config
  • claude/modernize-codebase-jVrWg
  • coverage
  • disable-semantic
  • drop-support-before-14
  • force-new-version
  • gitignore-lock
  • kill-c8
  • main
  • master
  • npm-build
  • npm-caching
  • philihp-add-back-in-deps
  • philihp-fix-badge
  • refs/heads/main
  • refs/heads/renovate/babel-monorepo
  • refs/tags/v1.0.1
  • refs/tags/v1.0.2
  • refs/tags/v1.0.3
  • refs/tags/v1.0.4
  • refs/tags/v2.0.0
  • refs/tags/v2.1.0
  • refs/tags/v2.1.1
  • refs/tags/v3.0.0
  • release-action
  • release-typo
  • remove-buffer
  • renovate/actions-checkout-3.x
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-5.x
  • renovate/actions-checkout-6.x
  • renovate/actions-setup-node-2.x
  • renovate/actions-setup-node-3.x
  • renovate/actions-setup-node-4.x
  • renovate/actions-setup-node-5.x
  • renovate/actions-setup-node-6.x
  • renovate/ava-3.x
  • renovate/babel-monorepo
  • renovate/esbuild-0.x
  • renovate/eslint-7.x
  • renovate/eslint-8.x
  • renovate/eslint-9.x
  • renovate/eslint-config-airbnb-base-14.x
  • renovate/eslint-monorepo
  • renovate/eslint-plugin-import-2.x
  • renovate/eslint-plugin-prettier-3.x
  • renovate/globals-15.x
  • renovate/globals-16.x
  • renovate/globals-17.x
  • renovate/husky-4.x
  • renovate/husky-5.x
  • renovate/husky-6.x
  • renovate/husky-7.x
  • renovate/husky-8.x
  • renovate/husky-9.x
  • renovate/jest-29.x
  • renovate/jest-monorepo
  • renovate/lint-staged-10.x
  • renovate/lint-staged-11.x
  • renovate/lint-staged-12.x
  • renovate/lint-staged-13.x
  • renovate/lint-staged-14.x
  • renovate/lint-staged-15.x
  • renovate/lint-staged-16.x
  • renovate/lint-staged-17.x
  • renovate/major-eslint-monorepo
  • renovate/major-node.js
  • renovate/node-16.x
  • renovate/node-18.x
  • renovate/node-20.x
  • renovate/node-22.x
  • renovate/node-24.x
  • renovate/nyc-15.x
  • renovate/philihp-eslint-config-2.x
  • renovate/philihp-eslint-config-3.x
  • renovate/philihp-eslint-config-4.x
  • renovate/philihp-eslint-config-5.x
  • renovate/philihp-eslint-config-6.x
  • renovate/prettier-2.x
  • renovate/prettier-3.x
  • renovate/tsup-8.x
  • renovate/typescript-5.x
  • renovate/typescript-6.x
  • revert-392-renovate/tsup-8.x
  • semantic-title-config
  • semantic-titles
  • sideEffects
  • unified-workflow
  • update-husky-lint-staged

11 May 2026 05:34PM UTC coverage: 100.0%. Remained the same
25686501237

push

github

web-flow
Modernize to TypeScript and current Node LTS (#579)

* refactor: rename source and test to .ts

Pure file rename; no content changes. The follow-up commit converts
the contents to TypeScript.

* chore: modernize to TypeScript and current Node LTS

- Type-annotate source and tests; ship .d.ts via tsup dts emit
- Hoist ArrayBuffer/views to module scope (was reallocated per call)
- Name the default export
- Run tests with node --experimental-strip-types against .ts source
- Add tsconfig.json and a typecheck script
- Add types condition to package.json exports
- Bump engines to >=22.6 (required for type stripping)
- Drop EOL Node 18 and near-EOL Node 20 from CI; test on 22.x and 24.x
- Bump .node-version to 22.12.0; clean up stale .npmignore entries

---------

Co-authored-by: Claude <noreply@anthropic.com>

6 of 6 branches covered (100.0%)

Branch coverage included in aggregate %.

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

21 of 21 relevant lines covered (100.0%)

5.43 hits per line

Relevant lines Covered
Build:
Build:
21 RELEVANT LINES 21 COVERED LINES
5.43 HITS PER LINE
Source Files on master
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25686501237 main Modernize to TypeScript and current Node LTS (#579) * refactor: rename source and test to .ts Pure file rename; no content changes. The follow-up commit converts the contents to TypeScript. * chore: modernize to TypeScript and current Node LTS ... push 11 May 2026 05:34PM UTC web-flow github
100.0
25686217940 claude/modernize-codebase-jVrWg chore: modernize to TypeScript and current Node LTS - Type-annotate source and tests; ship .d.ts via tsup dts emit - Hoist ArrayBuffer/views to module scope (was reallocated per call) - Name the default export - Run tests with node --experimental... Pull #579 11 May 2026 05:28PM UTC claude github
100.0
25654949127 claude/modernize-codebase-jVrWg chore: modernize to TypeScript and current Node LTS - Port source and tests to TypeScript; ship .d.ts via tsup dts emit - Hoist ArrayBuffer/views to module scope (was reallocated per call) - Name the default export - Run tests with node --experim... Pull #579 11 May 2026 06:52AM UTC claude github
100.0
25611437647 main chore(deps): update dependency lint-staged to v17.0.4 (#578) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 09 May 2026 08:47PM UTC web-flow github
100.0
25611428545 renovate/lint-staged-17.x chore(deps): update dependency lint-staged to v17.0.4 Pull #578 09 May 2026 08:47PM UTC web-flow github
100.0
25588244499 main chore(deps): update dependency lint-staged to v17 (#577) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 09 May 2026 01:48AM UTC web-flow github
100.0
25588232812 renovate/lint-staged-17.x chore(deps): update dependency lint-staged to v17 Pull #577 09 May 2026 01:48AM UTC web-flow github
100.0
25244251806 main chore(deps): update dependency globals to v17.6.0 (#576) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 02 May 2026 04:58AM UTC web-flow github
100.0
25244243527 renovate/globals-17.x chore(deps): update dependency globals to v17.6.0 Pull #576 02 May 2026 04:58AM UTC web-flow github
100.0
25240606978 main chore(deps): update dependency eslint to v10.3.0 (#575) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 02 May 2026 01:40AM UTC web-flow github
100.0
See All Builds (1313)
  • Repo on GitHub
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