Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
guillaume-chevalier opened this issue Apr 1, 2018 · 4 comments
Assignees

Comments

@guillaume-chevalier
Copy link

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

@wilson
Copy link

wilson commented Apr 2, 2018

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.

@awentzel
Copy link

awentzel commented Apr 2, 2018

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.

@guillaume-chevalier
Copy link
Author

@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.

@wilson
Copy link

wilson commented Apr 3, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants