Initial commit
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1010 KiB |
|
After Width: | Height: | Size: 869 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1000 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 997 KiB |
|
After Width: | Height: | Size: 998 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
@@ -0,0 +1,37 @@
|
||||
# Solution
|
||||
|
||||
Publish the JUnit reports by pointing to the exact directory containing the XML files.
|
||||
|
||||

|
||||
|
||||
After executing the build twice you will see a test result trend graph.
|
||||
|
||||

|
||||
|
||||
Publish the JUnit reporting by using a wild card.
|
||||
|
||||

|
||||
|
||||
The trend changes accordingly.
|
||||
|
||||

|
||||
|
||||
Install the JaCoCo plugin.
|
||||
|
||||

|
||||
|
||||
Change the task list executed by the Gradle build step.
|
||||
|
||||

|
||||
|
||||
Configure JaCoCo reporting.
|
||||
|
||||

|
||||
|
||||
The JaCoCo coverage trend renders after executing the build twice.
|
||||
|
||||

|
||||
|
||||
You can drill into the details of the report.
|
||||
|
||||

|
||||