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

google / go-jsonnet / 14599943908
44%
master: 44%

Build:
Build:
LAST BUILD BRANCH: error-test-for-manifestYamlDoc
DEFAULT BRANCH: master
Ran 07 May 2025 07:15AM UTC
Jobs 1
Files 65
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

22 Apr 2025 04:29PM UTC coverage: 55.574% (-0.008%) from 55.582%
14599943908

Pull #800

github

rudo-thomas
fix: Unchecked error in std.manifestYamlDoc().

Problem: A recursive call within manifestYamlDoc() might fail but the
return value is not checked.

Reproducible with:
```
$ jsonnet-2f73f61 -e "std.manifestYamlDoc({ x: { y: error 'foo' } }, quote_keys=false)"
"x:\n  "
```

Expected:
```
$ jsonnet-0.20.0 -e "std.manifestYamlDoc({ x: { y: error 'foo' } }, quote_keys=false)"
RUNTIME ERROR: foo
	<cmdline>:1:31-42	object <anonymous>
	...
```
Pull Request #800: fix: Unchecked error in std.manifestYamlDoc().

1 of 3 new or added lines in 1 file covered. (33.33%)

7558 of 13600 relevant lines covered (55.57%)

185133.15 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
80.67
-0.07% builtins.go
Jobs
ID Job ID Ran Files Coverage
1 14599943908.1 07 May 2025 07:15AM UTC 65
55.57
GitHub Action Run
Source Files on build 14599943908
  • Tree
  • List 65
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #800
  • PR Base - master (#14169637370)
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