6 Commits

Author SHA1 Message Date
Vitaly V. Pinchuk
3b7cae17b6 Support markdown report in Gradle plugin (#4995)
* Support markdown report in Gradle plugin

* Add markdown description to website docs

* Improve markdown description for website docs
2022-06-27 14:30:23 +02:00
Chao Zhang
d06b109568 Gradle Enterprise Trial (#4763)
* Refactor `JvmSpec` to avoid using test resources

* Build a utility to copy resource files into temporary files

* Fix deprecation warning on jacocoMergedReport

* Add back `jvm` test fixtures

* Enabled Remote Build cache

* Change androidSdkInstalled to a boolean flag

* Use consistent warningsAsErrors

* Enable local build cache

* Fix MaxLineLength violation

* Update build-logic/src/main/kotlin/module.gradle.kts

Co-authored-by: Brais Gabín <braisgabin@gmail.com>

* Add a separate job to enable `warningsAsErrors`

Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Brais Gabín <braisgabin@gmail.com>
2022-06-12 14:21:22 -07:00
Matthew Haughton
8939aedb42 Drop Spek (#4670)
Co-authored-by: Goooler <wangzongler@gmail.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
2022-04-12 00:12:58 +01:00
Matthew Haughton
748525a958 Use jacoco-report-aggregation plugin to generate consolidated coverage report (#4697) 2022-04-09 20:52:12 +02:00
Matthew Haughton
a604c4f02e Don't generate coverage reports for Gradle plugin (#3808)
Reports for the Gradle plugin aren't useful currently and should not be
reported in code coverage reports.
2021-05-21 22:51:54 +10:00
Matthew Haughton
f5fe1d1e50 Merge JaCoCo coverage reports the "right" way (#3650)
* Merge JaCoCo coverage reports the "right" way

* Generate code coverage report when "check" lifecycle task is run
2021-05-21 20:29:51 +10:00