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

contentful-userland / cf-content-types-generator / 17789502038
93%

Build:
DEFAULT BRANCH: master
Ran 17 Sep 2025 07:04AM UTC
Jobs 1
Files 30
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

17 Sep 2025 07:02AM UTC coverage: 92.513%. Remained the same
17789502038

push

github

web-flow
fix: stringify string literals correctly (#417)

Fixes #415 

Use `JSON.stringify` to render string literals.

This means that e.g. if you have a string `"a\nb"` when it's rendered
into the output Typescript instead of

```
"a
b"
```

which is a syntax error, you will get

```
"a\nb"
```

as desired, and so on for other sequences that should be escaped when
serialising a string.

---------

Co-authored-by: Marco Link <marcoxlink@googlemail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

79 of 93 branches covered (84.95%)

Branch coverage included in aggregate %.

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

440 of 468 relevant lines covered (94.02%)

15.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17789502038.1 17 Sep 2025 07:04AM UTC 30
92.51
GitHub Action Run
Source Files on build 17789502038
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3d24eff4 on github
  • Prev Build on master (#17742986132)
  • 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

© 2025 Coveralls, Inc