Closed nick-someone closed 5 years ago
Merging #175 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #175 +/- ##
=========================================
Coverage 80.06% 80.06%
Complexity 1715 1715
=========================================
Files 159 159
Lines 5718 5718
Branches 754 754
=========================================
Hits 4578 4578
Misses 856 856
Partials 284 284
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...oogle/api/server/spi/tools/GenApiConfigAction.java | 30.76% <0%> (ø) |
2 <0> (ø) |
:arrow_down: |
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 82710a4...4d28460. Read the comment docs.
Files.write is deprecated and scheduled for removal. Changing this to use Files.asCharSink().write() is the same implementation, but is not deprecated.