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

romshark / yamagiconf / 12603705308
98%

Build:
DEFAULT BRANCH: main
Ran 03 Jan 2025 08:46PM UTC
Jobs 1
Files 1
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

03 Jan 2025 08:34PM UTC coverage: 98.296% (+0.02%) from 98.278%
12603705308

push

github

romshark
fix: No ErrYAMLMissingConfig behind pointer

Always return ErrYAMLMissingConfig when a non-null YAML value is
assigned to a field of type pointer to struct and a field is missing.
For example, if field type was t *T `yaml:"t"` and T is defined as
type T struct { A int `yaml:"a"`; B int `yaml:"b"` }
then YAML "t:\n  b: 42" must return ErrYAMLMissingConfig because
field "a" wasn't explicitly provided. This must not be the case
though for YAML inputs "t:" or "t: null".

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

750 of 763 relevant lines covered (98.3%)

227.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12603705308.1 03 Jan 2025 08:46PM UTC 1
98.3
GitHub Action Run
Source Files on build 12603705308
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a0f88753 on github
  • Prev Build on refs/tags/v1.0.2 (#11356512214)
  • Next Build on main (#12603779061)
  • 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