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

sds / haml-lint
99%
main: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/rubocop-1.81.1
DEFAULT BRANCH: main
Repo Added 08 Jun 2015 06:50AM UTC
Files 101
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

LAST BUILD ON BRANCH update-travis-matrix
branch: update-travis-matrix
CHANGE BRANCH
x
Reset
  • update-travis-matrix
  • add-ruby34-to-ci
  • add_newline_at_end_of_todo
  • allow-haml-5.2
  • alphabetize_todo_file
  • dep-bump-appraisal-gemfiles
  • dependabot/bundler/overcommit-0.65.0
  • dependabot/bundler/overcommit-0.66.0
  • dependabot/bundler/overcommit-0.67.0
  • dependabot/bundler/overcommit-0.67.1
  • dependabot/bundler/overcommit-0.68.0
  • dependabot/bundler/rubocop-1.69.1
  • dependabot/bundler/rubocop-1.69.2
  • dependabot/bundler/rubocop-1.70.0
  • dependabot/bundler/rubocop-1.71.0
  • dependabot/bundler/rubocop-1.71.1
  • dependabot/bundler/rubocop-1.72.2
  • dependabot/bundler/rubocop-1.73.2
  • dependabot/bundler/rubocop-1.74.0
  • dependabot/bundler/rubocop-1.75.1
  • dependabot/bundler/rubocop-1.75.2
  • dependabot/bundler/rubocop-1.75.4
  • dependabot/bundler/rubocop-1.75.5
  • dependabot/bundler/rubocop-1.75.6
  • dependabot/bundler/rubocop-1.75.7
  • dependabot/bundler/rubocop-1.76.1
  • dependabot/bundler/rubocop-1.77.0
  • dependabot/bundler/rubocop-1.78.0
  • dependabot/bundler/rubocop-1.79.1
  • dependabot/bundler/rubocop-1.80.0
  • dependabot/bundler/rubocop-1.80.2
  • dependabot/bundler/rubocop-1.81.1
  • dependabot/bundler/rubocop-performance-1.23.1
  • dependabot/bundler/rubocop-performance-1.24.0
  • dependabot/bundler/rubocop-performance-1.25.0
  • dependabot/bundler/rubocop-performance-1.26.0
  • dependabot/bundler/simplecov-lcov-tw-0.9.0
  • dependabot/github_actions/actions/checkout-5
  • drop-codeclimate
  • enable_followed_lints
  • fix-232
  • main
  • master
  • mh-disable_Layout/First___LineBreak_rubocop_lints
  • mh-update_readme_to_reflect_appraisals_accurately
  • options-thing
  • rubocop-cache
  • rubocop-runner
  • ruby-2.7-ci
  • ruby-filter-ivars
  • sds/cut-release
  • sds/cut-version
  • strict-locals
  • strict-locals-anywhere
  • strict-locals-comment
  • test-2.7
  • v0.14.0
  • v0.14.1
  • v0.15.0
  • v0.15.1
  • v0.15.2
  • v0.16.0
  • v0.16.1
  • v0.16.2
  • v0.17.0
  • v0.17.1
  • v0.18.0
  • v0.18.1
  • v0.18.2
  • v0.18.3
  • v0.18.4
  • v0.18.5
  • v0.19.0
  • v0.20.0
  • v0.21.0
  • v0.25.1
  • v0.26.0
  • v0.27.0
  • v0.28.0
  • v0.29.0
  • v0.30.0
  • v0.31.0
  • v0.32.0
  • v0.33.0
  • v0.34.0
  • v0.34.1
  • v0.34.2
  • v0.35.0
  • v0.36.0
  • v0.37.0

pending completion
543

Pull #291

travis-ci

web-flow
Fix RSpec test for Rake task on Ruby 2.6

The RSpec test was breaking due to a temporary file being deleted before
all tests had run, causing errors.

This is likely due to changes in the GC implementation, but I didn't
spend too much time digging in.

To work around, modify the `config` property of the `HamlLint::RakeTask`
class to support passing either a string (like before) OR a `File`.
Allowing a `File` object allows the reference to remain ensuring that
the file is not destroyed until all tests have completed.
Pull Request #291: Drop Ruby 2.2 support, add Ruby 2.6 to CI build

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

1638 of 1647 relevant lines covered (99.45%)

11150.82 hits per line

Relevant lines Covered
Build:
Build:
1647 RELEVANT LINES 1638 COVERED LINES
11150.82 HITS PER LINE
Source Files on update-travis-matrix
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
543 update-travis-matrix Fix RSpec test for Rake task on Ruby 2.6 The RSpec test was breaking due to a temporary file being deleted before all tests had run, causing errors. This is likely due to changes in the GC implementation, but I didn't spend too much time digging... Pull #291 29 Dec 2018 09:01PM UTC web-flow travis-ci pending completion  
542 update-travis-matrix Fix RSpec test for Rake task on Ruby 2.6 The RSpec test was breaking due to a temporary file being deleted before all tests had run, causing errors. This is likely due to changes in the GC implementation, but I didn't spend too much time digging... push 29 Dec 2018 08:58PM UTC sds travis-ci pending completion  
541 update-travis-matrix Update adapter tests We're not testing against HAML 4.1 beta or 5 beta, so update these tests. Pull #291 29 Dec 2018 08:02PM UTC web-flow travis-ci pending completion  
540 update-travis-matrix Update adapter tests We're not testing against HAML 4.1 beta or 5 beta, so update these tests. push 29 Dec 2018 07:59PM UTC sds travis-ci pending completion  
539 update-travis-matrix Drop Ruby 2.2 support, add Ruby 2.6 to CI build Stop testing Ruby 2.2 since it is EOL. Add Ruby 2.6 since it was recently released. Pull #291 29 Dec 2018 07:55PM UTC web-flow travis-ci pending completion  
538 update-travis-matrix Drop Ruby 2.2 support, add Ruby 2.6 to CI build Stop testing Ruby 2.2 since it is EOL. Add Ruby 2.6 since it was recently released. push 29 Dec 2018 07:52PM UTC sds travis-ci pending completion  
537 update-travis-matrix Update Travis build matrix Stop testing Ruby 2.2 since it is EOL. Add Ruby 2.6 since it was recently released. Pull #291 29 Dec 2018 07:47PM UTC web-flow travis-ci pending completion  
See All Builds (796)
  • Repo on GitHub
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