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

philihp / week-date / 25929668808
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: renovate/actions-setup-node-6.x
DEFAULT BRANCH: master
Ran 15 May 2026 04:42PM UTC
Jobs 1
Files 1
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

15 May 2026 04:41PM UTC coverage: 100.0%. Remained the same
25929668808

Pull #34

github

claude
Modernize tooling and drop the build step

This is a 35-line library; the babel transpile chain, copy-pasted
frontend jest config, and husky/lint-staged setup were heavier than
the code they wrapped. Rewrite the source as plain CommonJS and ship
src/ directly so consumers (and tests) just require it.

- Source: ESM `export` → `module.exports`; tests use `require`.
- Delete .babelrc.js; drop @babel/cli, @babel/core, @babel/preset-env.
- Drop the `build` and `prepare` scripts; point `main` at
  ./src/index.js and add a `files` allowlist so npm publishes just src/.
- Drop husky + lint-staged config (optional local-only tooling that
  the maintainer can re-add at will).
- Delete jest.config.js — its only non-default settings were a
  frontend-app asset moduleNameMapper and a babel-jest transform,
  neither of which apply to a CommonJS date library.
- Bump remaining devDeps: jest 26 → 30, prettier 2 → 3,
  @philihp/eslint-config 3 → 6 (eslint 7 → 8).
- CI: bump Node matrix from 10/11/12/13/14.x (all EOL) to 18/20/22.x;
  bump actions/{checkout,setup-node} to v4 and coverallsapp to v2;
  drop the now-meaningless `npm run build --if-present` step.
- Bump .tool-versions to nodejs 22.11.0.

All 22 tests pass; coverage still produces coverage/lcov.info for
Coveralls.
Pull Request #34: Modernize tooling and drop the build step

3 of 3 branches covered (100.0%)

Branch coverage included in aggregate %.

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

19 of 19 relevant lines covered (100.0%)

24.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25929668808.1 15 May 2026 04:42PM UTC 2
100.0
GitHub Action Run
Source Files on build 25929668808
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25929668808
  • Pull Request #34
  • PR Base - master (#25911614285)
  • 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