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

RobinTail / express-zod-api / 16669030809
100%

Build:
DEFAULT BRANCH: master
Ran 01 Aug 2025 07:25AM UTC
Jobs 6
Files 52
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

01 Aug 2025 07:24AM UTC coverage: 100.0%. Remained the same
16669030809

push

github

web-flow
chore(deps): update pnpm to v10.14.0 (#2864)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`10.13.1+sha512.37ebf1a5c5af3dbab2767ef6b857e01cfad`
-> `10.14.0`](https://renovatebot.com/diffs/npm/pnpm/10.13.1/10.14.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.13.1/10.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pnpm/pnpm (pnpm)</summary>

###
[`v10.14.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10140)

[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.13.1...v10.14.0)

##### Minor Changes

- **Added support for JavaScript runtime resolution**

Declare Node.js, Deno, or Bun in
[`devEngines.runtime`](https://redirect.github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15)
(inside `package.json`) and let pnpm download and pin it automatically.

  Usage example:

  ```json
  {
    "devEngines": {
      "runtime": {
        "name": "node",
        "version": "^24.4.0",
"onFail": "download" (we only support the "download" value for now)
      }
    }
  }
  ```

  How it works:

1. `pnpm install` resolves your specified range to the latest matching
runtime version.
  2. The exact version (and checksum) is saved in the lockfile.
3. Scripts use the local runtime, ensuring consistency across
environments.

  Why this is better:

1. This new setting supports also Deno and Bun (vs. our Node-only
settings `useNodeVersion` and `executionEnv.nodeVersion`)
  2. Supports version ranges (not just a fixed version).
3. The resolved ver... (continued)

1251 of 1293 branches covered (96.75%)

4038 of 4038 relevant lines covered (100.0%)

384.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-22.x - 16669030809.1 01 Aug 2025 07:25AM UTC 52
100.0
GitHub Action Run
2 run-20.9.0 - 16669030809.2 01 Aug 2025 07:25AM UTC 52
100.0
GitHub Action Run
3 run-24.x - 16669030809.3 01 Aug 2025 07:25AM UTC 52
100.0
GitHub Action Run
4 run-24.0.0 - 16669030809.4 01 Aug 2025 07:24AM UTC 52
100.0
GitHub Action Run
5 run-20.x - 16669030809.5 01 Aug 2025 07:25AM UTC 52
100.0
GitHub Action Run
6 run-22.0.0 - 16669030809.6 01 Aug 2025 07:25AM UTC 52
100.0
GitHub Action Run
Source Files on build 16669030809
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16669030809
  • 646eea28 on github
  • Prev Build on master (#16622277594)
  • Next Build on master (#16669162807)
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

© 2025 Coveralls, Inc