[go-nuts] Code coverage for Automated api tests

2019-07-30 Thread Anila Saifan
Hi -Does go supports in generating code coverage for Automated api tests written in Java or some other language?Kindly share the steps to generate code coverage reports for the same . -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscri

Re: [go-nuts] Code coverage for Automated api tests

2019-07-30 Thread Brian Hatfield
I'm not 100% sure what you're asking here - if you're asking "can Go parse Java and emit code coverage reports", the answer is of course that you'd have to develop that yourself. If you're asking "can Go emit code coverage reports for Go code LIKE what Java emits for Java code", have a look at: ht

Re: [go-nuts] Code coverage for Automated api tests

2019-07-30 Thread Anila Saifan
Hi Brian-Thanks for the reply.But in this case I am looking for measuring Api Automation test coverage written in Java or karate against the application code (app developed in go). Will below article shared help in this case ? Many Thanks On Tue, 30 Jul 2019 at 9:47 PM, Brian Hatfield wrote: