Dan Mayer

Results 150 comments of Dan Mayer

Also, looking try out Falcon on Heroku so a good example config would be great

awesome thanks @semdinsp wow on fast response, I think the attachments aren't working or at least I can't see them on the github issue comments

Thanks, this is really helpful

this wouldn't be too bad to add, I added it to coverband fairly easily basically just need to ingest the new format, then transform to the existing simplecov expected format....

Gotcha, OK, I do have a fairly Rails centric view of Ruby... OK, I will try to add this to my OSS todo backlog, I have a good mental model...

Are you sure you have it in your gemfile, if you have `require: false` you will need to require it manually in something like `application.rb` or remove the `require: false`...

sorry for the delay @dynelight I was on vacation so it took a bit to get back to you on the issue.

Ah... sorry, the coverband configuration file should be `config/coverband.rb` not `config/initializers/coverband.rb` This came up in another recent github issue and I will be making some changes to help avoid this...

No, this shouldn't be Ruby 3 and most things use initializers, I should perhaps allow that for Coverband, but it is a bit odd in that I need to bootstrap...

if you have bundler setup correctly it should definitely be there before routes... you can just require 'coverband' at the top of the routes file, but something seems odd about...