eiri commented on issue #1888: Add junit formatter to the elixir tests
URL: https://github.com/apache/couchdb/pull/1888#issuecomment-459340491
 
 
   The check formatter (mix 1.8.0) fails on `test_helper.exs` changes, insist 
on config to look like
   ```diff
   @@ -1,3 +1,7 @@
   -ExUnit.configure(exclude: [pending: true], formatters: [JUnitFormatter, 
ExUnit.CLIFormatter])
   +ExUnit.configure(
   +  exclude: [pending: true],
   +  formatters: [JUnitFormatter, ExUnit.CLIFormatter]
   +)
   +
   ```
   
   Credo fails with `[R] ↗ Variable names should be written in snake_case.` for 
`lib/couch.ex:58:5 #(Couch.process_url)`, sorry no idea how to fix this, so 
can't actually run the tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to