broadinstitute / barclay

Command line argument parser and online documentation generation utilities for java command line programs.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Upgrade to gradle 7.4.2. #186

Closed cmnbroad closed 1 year ago

cmnbroad commented 2 years ago

Part 1 of N on the way to Java 17.

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (2a7b045) into master (7fe37aa) will increase coverage by 0.08%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #186      +/-   ##
============================================
+ Coverage     76.66%   76.75%   +0.08%     
  Complexity      744      744              
============================================
  Files            32       32              
  Lines          2576     2573       -3     
  Branches        498      488      -10     
============================================
  Hits           1975     1975              
- Misses          406      413       +7     
+ Partials        195      185      -10     
Impacted Files Coverage Δ
...n/java/org/broadinstitute/barclay/utils/Utils.java 30.64% <0.00%> (ø)
...nstitute/barclay/help/BashTabCompletionDoclet.java 92.00% <0.00%> (ø)
...e/barclay/argparser/CommandLineArgumentParser.java 89.30% <0.00%> (ø)
...lay/argparser/LegacyCommandLineArgumentParser.java 75.91% <0.00%> (ø)
...va/org/broadinstitute/barclay/help/HelpDoclet.java 79.60% <0.00%> (+0.39%) :arrow_up:
...ava/org/broadinstitute/barclay/help/WDLDoclet.java 68.00% <0.00%> (+5.03%) :arrow_up:

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 7fe37aa...2a7b045. Read the comment docs.

cmnbroad commented 1 year ago

Closing in favor of https://github.com/broadinstitute/barclay/pull/188.