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

sds / haml-lint / 16484478463 / 24
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2025 12:08AM UTC
Files 202
Run time 9s
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

24 Jul 2025 12:06AM UTC coverage: 96.543%. Remained the same
16484478463.24

push

github

web-flow
Make sure todo file generates with a newline at the end (#584)

**What**

Make sure todo file generates with a newline at the end

**Why**

Everytime I regenerate a haml lint todo file I have to manually add in a newline so that we don't
lose it.

**Notes**

This matches how rubocop works as can be seen in the contents of
[spec/rubocop/formatter/disabled_config_formatter_spec.rb](https://github.com/rubocop/rubocop/blob/6c522f8db/spec/rubocop/formatter/disabled_config_formatter_spec.rb#L105-L121):

```
let(:expected_rubocop_todo) do
  [heading,
    '# Offense count: 2',
    'Test/Cop1:',
    '  Exclude:',
    "    - 'Gemfile'",
    "    - 'test_a.rb'",
    "    - 'test_b.rb'",
    '',
    '# Offense count: 1',
    'Test/Cop2:',
    '  Exclude:',
    "    - '**/*.blah'",
    '    - !ruby/regexp /.*/bar/*/foo\.rb$/',
    "    - 'test_a.rb'",
    ''].join("\n")
end
```

5474 of 5670 relevant lines covered (96.54%)

329.16 hits per line

Source Files on job ruby3.2-haml5.2-ubuntu - 16484478463.24
  • Tree
  • List 202
  • Changed 100
  • Source Changed 1
  • Coverage Changed 100
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16484478463
  • 563e75fe on github
  • Prev Job for on main (#16382296568.9)
  • Next Job for on main (#16484563392.5)
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