mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
Generate code coverage report (#216)
* Generate code coverage report Enable jacoco, the official Gradle code coverage plugin. The 'build' task will write a code coverage report to build/reports/jacoco for each subproject that has tests. We should consider publish periodical reports to a well known location. This change also defines a minimum coverage verification task. The task is for experiment only, and is not added to the build process yet.
This commit is contained in:
parent
cf3f9603f7
commit
ce791e8b97
3 changed files with 51 additions and 0 deletions
|
@ -108,6 +108,9 @@
|
|||
{
|
||||
"moduleLicense": "Eclipse Public License 1.0"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "Eclipse Public License v1.0"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "Google App Engine Terms of Service"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue