dweiss commented on pull request #119: URL: https://github.com/apache/lucene/pull/119#issuecomment-830687911
I've changed the code slightly so that you can just say: ``` gradlew -p lucene/core test coverage ``` or even more briefly: ``` gradlew -p lucene/core coverage ``` This runs the tests and produces a report (printing its location to the console). Seems nicer than having to remember jacoco's task names + property? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org