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

redhat-developer / yaml-language-server / 21725549562 / 1
85%
master: 80%

Build:
Build:
LAST BUILD BRANCH: changelog-1-20-0
DEFAULT BRANCH: master
Ran 05 Feb 2026 07:33PM UTC
Files 68
Run time 1s
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

05 Feb 2026 07:31PM UTC coverage: 84.73% (+0.1%) from 84.605%
21725549562.1

push

github

web-flow
Refactoring to change strings into block strings (#1133)

* Refactoring action to change strings into block scalars

Adds two new refactoring actions to turn quoted strings into block
strings.

eg. if you have the following

```yaml
root: "value1\value2"
```

There are two refactoring actions so that it can be turned into

```yaml
root: >-
  value1

  value2
```

or

```yaml
root: |-
  value1
  value2
```

Fixes #1119

Signed-off-by: David Thompson <davthomp@redhat.com>

* Update yamlCodeActions.ts

fix error message

* process block string conversion only til closing quote

* Add test for "process block string conversion only til closing quote"

Signed-off-by: David Thompson <davthomp@redhat.com>

---------

Signed-off-by: David Thompson <davthomp@redhat.com>
Co-authored-by: Morgan Chang <shin19991207@gmail.com>

2887 of 3616 branches covered (79.84%)

Branch coverage included in aggregate %.

4260 of 4819 relevant lines covered (88.4%)

260336.1 hits per line

Source Files on job 21725549562.1
  • Tree
  • List 68
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 21725549562
  • 6ab8de8e on github
  • Prev Job for on main (#21719263080.1)
  • Next Job for on main (#21766299203.1)
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