Closed peterlin741 closed 3 years ago
Merging #869 (d053bfb) into master (3cb3ba3) will increase coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #869 +/- ##
============================================
+ Coverage 78.43% 78.47% +0.04%
- Complexity 622 624 +2
============================================
Files 96 96
Lines 2462 2467 +5
Branches 288 288
============================================
+ Hits 1931 1936 +5
Misses 421 421
Partials 110 110
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...agedcloudsdk/components/SdkComponentInstaller.java | 85.18% <100.00%> (+3.36%) |
6.00 <4.00> (+2.00) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3cb3ba3...d053bfb. Read the comment docs.
Summary
Followed the docs to update the command to accept multiple components during install
gcloud components install alpha beta --quiet
Ran the following:
mvn fmt:format
mvn clean install -DskipTests
Testing
Release Process to Follow