Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bcd8299

Browse filesBrowse files
authored
update screenshots in README
1 parent 1ab860b commit bcd8299
Copy full SHA for bcd8299

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎coverage-report/README.md

Copy file name to clipboard
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
## Coverage Report
22

3-
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
44
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.
66

77
### Unit Test Coverage
88
In order to view aggregate unit test coverage of api-common and GAX in `api-common`, `gax-java` and `showcase`:
99

1010
1. At the root of the repository, run `mvn clean test -DenableTestCoverage`.
1111
2. The metrics can be found at `gapic-generator-java/coverage-report/target/site/jacoco-aggregate/index.html`
1212

13-
![Screenshot 2023-03-03 at 6 32 50 PM](https://user-images.githubusercontent.com/66699525/222854612-787b4dde-f9a3-469a-8227-8f46dc0a4a20.png)
13+
![Screenshot 2023-03-21 at 12 25 41 PM](https://user-images.githubusercontent.com/66699525/226675190-5225e778-99d4-44d0-8177-29d48d1c35ee.png)
1414

1515
### Integration Test Coverage
1616

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

22-
![Screenshot 2023-03-03 at 6 36 26 PM](https://user-images.githubusercontent.com/66699525/222854973-f8a96f01-abc1-4e6b-9ab8-99b5e50dec6a.png)
22+
![Screenshot 2023-03-21 at 12 26 26 PM](https://user-images.githubusercontent.com/66699525/226675461-97a1c4b5-a90f-470d-b0c8-51e63a35a548.png)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.