Clarify some details

This commit is contained in:
Benjamin Muschko
2019-11-18 17:11:32 -07:00
parent 248499c8f6
commit 57896f0303
17 changed files with 82 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ In this exercise, you will configure the existing job to execute tests. Furtherm
2. Execute the build twice to generate a graph. Have a look at the executed tests in the test results.
3. Include all test results (unit and integration tests) in the reporting.
4. Have a look at how the test result trend changes.
5. Install the JaCoCo plugin.
5. Install the [JaCoCo plugin](https://plugins.jenkins.io/jacoco).
6. Reconfigure the Gradle build step to also generate JaCoCo reports: `clean build jacocoTestReport jacocoIntegrationTestReport`.
7. Add a post-build action for publish the JaCoCo reports. Use the following path to look for results: `build/jacoco/**.exec`.
8. Execute the build twice to generate a graph. Have a look at the code coverage results.

View File

@@ -16,7 +16,7 @@ The trend changes accordingly.
![Changed Test Result Trend](./images/all-test-result-trend.png)
Install the JaCoCo plugin.
Install the JaCoCo plugin from the Plugin Manager page.
![JaCoCo Plugin](./images/jacoco-plugin.png)