Lines Matching +full:integration +full:- +full:tests
3 This module gathers aggregated jacoco test coverage metrics across the `api-common`, `gax-java` and…
4 … provide insights into how much of api-common and GAX code is being exercised by showcase, GAX and…
5 (unit tests versus integration tests). They will also assist with tracking any changes in coverage …
8 In order to view aggregate unit test coverage of api-common and GAX in `api-common`, `gax-java` and…
10 1. At the root of the repository, run `mvn clean test -DenableShowcaseTestCoverage`.
11 2. The metrics can be found at `gapic-generator-java/coverage-report/target/site/jacoco-aggregate/i…
13 ![Screenshot 2023-03-23 at 4 29 36 PM](https://user-images.githubusercontent.com/66699525/227346653…
15 ### Integration Test Coverage
17 In order to view aggregate integration test coverage of api-common and GAX in `api-common`, `gax-ja…
19 …of the repository, run `mvn clean verify -DskipUnitTests -DenableShowcaseTestCoverage -Penable-int…
20 2. The metrics can be found at `gapic-generator-java/coverage-report/target/site/jacoco-aggregate/i…
22 ![Screenshot 2023-03-23 at 4 33 11 PM](https://user-images.githubusercontent.com/66699525/227348487…