Tobias Pfeiffer

Results 513 comments of Tobias Pfeiffer

@JonJagger hey, yeah I know and have used docker but my experiences have been.. mixed. Just didn't have it on my desktop before, but Corona has changed that as well....

@JonJagger hey I tried debugging it but I believe the shell script is mac specific (at least it fails for me), at least I don't have an `ip_address` command. However,...

@JonJagger will try later. But it's not released yet, so do `gem 'simplecov', github: 'colszowka/ simplecov'` that should pull the newest version from git :)

@JonJagger it's not there as a normal gem. Try `bundle exec` around everything i.e. the ruby require call or the test execution etc. That should work :)

@JonJagger ah damn :( script still doesn't work for me as well :( DOCKER_MACHINE_NAME is unbound ``` Successfully built 440d66a4510e Successfully tagged cyberdojo/bug:latest + container_up + printf '\n' + docker...

@JonJagger :wave: thanks for the nudge. Script's still not working for me :sweat_smile: I already added `-f` to the last rm because on first run the index.html isn't there but...

So I tried running it without the script etc. and replicating what the script does but simplified. So I created `test/tests.rb` with: ```ruby require_relative 'coverage' require_relative 'server/creator_test' ``` Running it...

alrighty, confirmed it doesn't show up anymore. I'm inclined to believe it might be the default root_filter we started including. Pkay nah that was always there. strange.

Alright. So this is fun and broken on many different levels :thinking: 1. Files get stuck in [`UselessResultsRemover`](https://github.com/colszowka/simplecov/blob/master/lib/simplecov/useless_results_remover.rb) which snuck in during the big branch coverage PR, not sure why...

@JonJagger each one should work by itself, all granted my understanding of the problem is complete. Virtually every ruby project I've ever seen goes: project_name * app * config *...