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

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

Build:
Build:
LAST BUILD BRANCH: error-test-for-manifestYamlDoc
DEFAULT BRANCH: master
Ran 19 Jun 2025 12:49PM 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

19 Jun 2025 12:46PM UTC coverage: 44.051% (-11.5%) from 55.582%
15758213335

Pull #800

github

johnbartholomew
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%)

1567 existing lines in 22 files now uncovered.

5991 of 13600 relevant lines covered (44.05%)

1424.62 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
80.67
-0.07% builtins.go

Uncovered Existing Lines

Lines Coverage ∆ File
3
0.0
-60.0% internal/formatter/enforce_max_blank_lines.go
3
0.0
-12.5% internal/testutils/test_utils.go
4
0.0
-23.53% internal/formatter/remove_plus_object.go
5
0.0
-10.0% internal/formatter/fix_trailing_commas.go
6
0.0
-3.21% internal/formatter/fix_newlines.go
6
0.0
-100.0% linter/internal/common/common.go
8
0.0
-5.88% internal/formatter/sort_imports.go
9
0.0
-69.23% internal/formatter/enforce_comment_style.go
18
0.0
-85.71% internal/errors/static_error.go
29
0.0
-9.8% internal/pass/pass.go
42
0.0
-97.67% linter/internal/traversal/traversal.go
46
0.0
-10.29% internal/formatter/unparser.go
46
0.0
-100.0% linter/internal/types/placeholder.go
66
0.0
-10.71% internal/formatter/fix_indentation.go
82
0.0
-76.64% internal/formatter/jsonnetfmt.go
85
0.0
-96.59% linter/internal/variables/find_variables.go
106
0.0
-95.5% linter/internal/types/check.go
134
0.0
-100.0% linter/internal/types/graph.go
175
0.0
-93.09% linter/internal/types/build_graph.go
214
0.0
-100.0% linter/internal/types/stdlib.go
225
0.0
-81.23% linter/internal/types/desc.go
255
0.0
-97.33% linter/internal/types/process_graph.go
Jobs
ID Job ID Ran Files Coverage
1 15758213335.1 19 Jun 2025 12:49PM UTC 65
44.05
GitHub Action Run
Source Files on build 15758213335
  • Tree
  • List 65
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #800
  • PR Base - master (#14906351354)
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