test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Missing java example here: https://github.com/codeclimate/test-reporter/tree/master/examples

Open guillaume-chevalier opened this issue 6 years ago • 4 comments

https://github.com/codeclimate/test-reporter/tree/master/examples

guillaume-chevalier avatar Apr 01 '18 23:04 guillaume-chevalier

Hi there; before I put something together for the examples directory; is this a helpful example? https://github.com/Frameworkium/frameworkium-core/blob/master/.travis.yml

If so, I'll adapt it + add some commentary.

wilson avatar Apr 02 '18 14:04 wilson

I'm not involved in Java, but, i love the extra detail added in your .travis.yml example. It's very useful to see how to hook in with Selenium etc, and see more complex examples. Love to see this type of example for Node/JavaScript as well.

awentzel avatar Apr 02 '18 15:04 awentzel

@wilson Nice comments in your .yml, this helps to know what we're doing on each line.

However, what I would have liked to see earlier was the simplest possible example instead of reading more complicated things. Finally, I ended up reading other examples to generalize properly, so on my side, it'as a solved issue. At least, it wasn't too hard in the end.

One thing that would help are examples of how to install the two dependencies for enabling the code coverage to work with Java. Do we need just 1 or both of the listed dependencies? Anyway, I've set that aside for now. Was working on a school project really quickly.

guillaume-chevalier avatar Apr 03 '18 08:04 guillaume-chevalier

Thanks for the feedback; I'll work on putting together both a "simple" and a "full-featured" example, and report back when I can.

wilson avatar Apr 03 '18 15:04 wilson