Re: [java code coverage] Finding non-Java source files.

2016-03-20 Thread duncan . macgregor
I've now created a pull request with the necessary changes and some new unit tests to cover the functionality. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [java code coverage] Finding non-Java source files.

2016-03-15 Thread duncan . macgregor
I'll put together a pull request. Need to add some unit tests etc. First. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+unsubscr...@googlegr

[java code coverage] Finding non-Java source files.

2016-03-14 Thread duncan . macgregor
I've recently been working on improving line maps and producing coverage reports for a non-Java language running on the JVM and ran into a couple of issues because the source is not organised in a Java like source structure. I've got round this by patching Jacoco to try finding non-Java source f