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

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

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

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

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 %.

102 of 109 new or added lines in 3 files covered. (93.58%)

4260 of 4819 relevant lines covered (88.4%)

260336.1 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
7
87.3
src/languageservice/utils/block-string-rewriter.ts
Jobs
ID Job ID Ran Files Coverage
1 21725549562.1 05 Feb 2026 07:33PM UTC 68
84.73
GitHub Action Run
Source Files on build 21725549562
  • 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 Repo
  • Github Actions Build #21725549562
  • 6ab8de8e on github
  • Prev Build on main (#21719263080)
  • Next Build on main (#21766299203)
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