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

romshark / yamagiconf / 9181924018
98%
main: 98%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.0.4
DEFAULT BRANCH: main
Ran 21 May 2024 09:49PM 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

21 May 2024 09:26PM UTC coverage: 98.11% (+0.009%) from 98.101%
9181924018

push

github

romshark
fix: Error on env tag on yaml.Unmarshaler

Return an error for env tag on a field of a primitive named type
that implements the `yaml.Unmarshaler` interface because for a type
like `type MyString string` that implements `yaml.Unmarshaler`
env unmarshaling will just copy the env value to the underlying
string potentially bypassing any validation logic that might
have been defined in `UnmarshalYAML`. Therefore it's safer to use
`encoding.TextUnmarshaler` instead since it's supported by both
the env and the yaml parsers.

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

623 of 635 relevant lines covered (98.11%)

121.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9181924018.1 21 May 2024 09:49PM UTC 1
98.11
GitHub Action Run
Source Files on build 9181924018
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f6b28cdf on github
  • Prev Build on main (#9158010452)
  • 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

© 2026 Coveralls, Inc