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

adrienverge / yamllint / 28223239710
100%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2026 07:14AM UTC
Jobs 5
Files 67
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

26 Jun 2026 07:14AM UTC coverage: 99.816%. Remained the same
28223239710

push

github

adrienverge
truthy: Don't carry %YAML version into the next document

A `%YAML` directive applies only to the document it introduces, but the
rule only reset its cached spec version on a `...` DocumentEndToken. When
documents are separated by `---` alone (no `...`), the version of the
previous document leaked into the next one, which has no directive of its
own and should be treated as YAML 1.1:

    %YAML 1.2
    ---
    on: 1
    ---
    on: 2

The second `on` is a YAML 1.1 truthy value and should be flagged, but the
leaked 1.2 version suppressed it.

Reset the cached version when a `---` marker starts a document that has no
directive of its own (a directive always precedes the marker), so every
document is linted against its own spec version.

7 of 7 new or added lines in 2 files covered. (100.0%)

4344 of 4352 relevant lines covered (99.82%)

4.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28223239710.1 26 Jun 2026 07:14AM UTC 67
99.82
2 28223239710.2 26 Jun 2026 07:14AM UTC 67
99.82
3 28223239710.3 26 Jun 2026 07:14AM UTC 67
99.82
4 28223239710.4 26 Jun 2026 07:15AM UTC 67
99.82
5 28223239710.5 26 Jun 2026 07:15AM UTC 67
99.82
Source Files on build 28223239710
  • Tree
  • List 67
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 754ccb99 on github
  • Prev Build on master (#27767771724)
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