Nathan Youngman
Nathan Youngman
Is this related to coverage sometimes missing on all or part of the `with` macro in Elixir and the `schema` macro in Ecto?
So I found this as a possible option: https://github.com/radditude/coveralls-multi
@parroty That does output some JSON to the screen before failing. ``` ** (ExCoveralls.ReportUploadError) Failed to upload the report to 'https://coveralls.io' (reason: status_code = 422, body = {"message":"Couldn't find a...
The `--verbose` option isn't checked for in ExCoveralls.Local https://github.com/parroty/excoveralls/blob/master/lib/excoveralls/local.ex It has no need to generate JSON so that's fine. I think a separate json task would be better for #62....
@JoshSmith That might be a good approach to make it clear, though the issue I had was solved with #71.
Like @pgmcdonnell, https://github.com/parroty/excoveralls/issues/60#issuecomment-234002054, I'm seeing this issue in a project with `use HTTPoison.Base`. elixir (1.3.3) erlang (19.0.2_1) macOS 10.12
I can't confirm or deny that Erlang 19.1 resolves the issue. Homebrew on macOS has me confused as to which version Erlang is being used after upgrading to Elixir 1.3.4.
We would like to display to progress % as part of the template, which should be doable with [jquery upload](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#progress).
Found [this blog post](http://blog.littleblimp.com/post/53942611764/direct-uploads-to-s3-with-rails-paperclip-and) on using S3 Direct Upload with Paperclip (we're currently using Paperclip, otherwise we'd probably go with Carrierwave also). Either way, it might help.
@PsychoSherry Sorry, I don't have an application like that to share. I did [write a little bit](http://nathany.com/jobber/) on the process we used. Not sure if that helps though.