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

RobinTail / express-zod-api / 11898931203
100%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2024 06:41PM UTC
Jobs 6
Files 49
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

18 Nov 2024 06:40PM UTC coverage: 100.0%. Remained the same
11898931203

push

github

web-flow
Feat: Nested routes helper (#2188)

You will love it :)

```ts
// Describing paths /v1/path and /v1/path/subpath both having endpoints assigned:
const before: Routing = {
  v1: {
    path: {
      "": endpointA,
      "subpath": endpointB,
    }
  }
};

const after: Routing = {
  v1: {
    path: endpointA.nest({
      "subpath": endpointB,
    })
  }
};
```

Both for `Endpoint` and `DependsOnMethod`

1163 of 1183 branches covered (98.31%)

8 of 8 new or added lines in 3 files covered. (100.0%)

3898 of 3898 relevant lines covered (100.0%)

379.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-20.9.0 - 11898931203.1 18 Nov 2024 06:41PM UTC 49
100.0
GitHub Action Run
2 run-18.18.0 - 11898931203.2 18 Nov 2024 06:42PM UTC 49
100.0
GitHub Action Run
3 run-18.x - 11898931203.3 18 Nov 2024 06:41PM UTC 49
100.0
GitHub Action Run
4 run-20.x - 11898931203.4 18 Nov 2024 06:41PM UTC 49
100.0
GitHub Action Run
5 run-22.x - 11898931203.5 18 Nov 2024 06:42PM UTC 49
100.0
GitHub Action Run
6 run-22.0.0 - 11898931203.6 18 Nov 2024 06:42PM UTC 49
100.0
GitHub Action Run
Source Files on build 11898931203
  • Tree
  • List 49
  • Changed 14
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #11898931203
  • 526d780c on github
  • Prev Build on master (#11898792451)
  • Next Build on master (#11919564001)
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