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

yyc1217 / twzipcode-vue / 26674685970
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/vite-6.4.3
DEFAULT BRANCH: master
Ran 30 May 2026 04:38AM UTC
Jobs 2
Files 6
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 May 2026 04:38AM UTC coverage: 91.667%. Remained the same
26674685970

Pull #336

github

claude
Add lint and package validation to harden the library

- ESLint (flat config) with eslint-plugin-vue's essential rules, exposed
  as `yarn lint` and run as its own CI job. Restores linting that was
  dropped during the Vue 3 migration; passes clean (0 errors).
- package.json publishing metadata:
  - `files` whitelist (dist + src/index.js + src/components) so only the
    needed files are published — the demo is no longer shipped.
  - `engines.node >=24` to match the CI test matrix.
  - `sideEffects` so bundlers can tree-shake consumers.
- `publint --pack npm` validates the package exports/main/module; runs in
  the lint CI job after a build.
- `prepublishOnly` now runs lint + test + build before publishing, and the
  publish job depends on both lint and test jobs.

Verified: eslint exit 0, publint clean, 43 unit tests pass.
Pull Request #336: Add ESLint, publishing metadata, and publint to harden the library

31 of 32 branches covered (96.88%)

Branch coverage included in aggregate %.

233 of 256 relevant lines covered (91.02%)

912.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26674685970.1 30 May 2026 04:38AM UTC 6
91.67
GitHub Action Run
2 26674685970.2 30 May 2026 04:38AM UTC 6
91.67
GitHub Action Run
Source Files on build 26674685970
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #336
  • PR Base - master (#26641060338)
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