文件名称:Android代码-Android-Root-Coverage-Plugin
文件大小:213KB
文件格式:ZIP
更新时间:2022-08-25 23:34:14
Android代码
Android-Root-Coverage-Plugin A Gradle plugin for combined code coverage reports for Android projects. Generating code coverage reports for Android Projects is in most cases quite easy. Unfortunately by default (using Jacoco) code coverage is generated separately per module. This means each module takes into account it's own sources and tests (which is in terms of domain separation fine). However it is very common to find multi-module Android projects where only one module actually has tests. Thi
【文件预览】:
Android-Root-Coverage-Plugin-master
----gradlew(5KB)
----settings.gradle(192B)
----LICENSE.txt(11KB)
----plugin()
--------src()
--------gradle.properties(88B)
--------.gitignore(7B)
--------build.gradle(2KB)
----.travis.yml(4KB)
----gradle()
--------dependencies.gradle(1KB)
--------wrapper()
--------plugin-version-handler.gradle(1KB)
----publish.gradle(4KB)
----README.md(6KB)
----gradlew.bat(2KB)
----correct-test-run-configuration.png(37KB)
----gradle.properties(2KB)
----.gitignore(202B)
----build.gradle(529B)