You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module gathers aggregated jacoco test coverage metrics across the `api--common`, `gax-java` and `showcase` modules. The purpose of
3
+
This module gathers aggregated jacoco test coverage metrics across the `api-common`, `gax-java` and `showcase` modules. The purpose of
4
4
the metrics is to provide insights into how much of api-common and GAX code is being exercised by showcase, GAX and api-common tests and where
5
-
(unit tests versus integration tests). They will also track any change in coverage as showcase tests continue to be added to the repository.
5
+
(unit tests versus integration tests). They will also assist with tracking any changes in coverage as showcase tests continue to be added to the repository.
6
6
7
7
### Unit Test Coverage
8
8
In order to view aggregate unit test coverage of api-common and GAX in `api-common`, `gax-java` and `showcase`:
9
9
10
10
1. At the root of the repository, run `mvn clean test -DenableTestCoverage`.
11
11
2. The metrics can be found at `gapic-generator-java/coverage-report/target/site/jacoco-aggregate/index.html`
12
12
13
-

13
+

14
14
15
15
### Integration Test Coverage
16
16
@@ -19,4 +19,4 @@ In order to view aggregate integration test coverage of api-common and GAX in `a
19
19
1. At the root of the repository, run `mvn clean verify -DskipUnitTests -DenableTestCoverage -Penable-integration-tests`.
20
20
2. The metrics can be found at `gapic-generator-java/coverage-report/target/site/jacoco-aggregate/index.html`
21
21
22
-

22
+

0 commit comments