refactoring-ai / Data-Collection

Collect refactorings with metrics from java source code.
MIT License
6 stars 1 forks source link

Add maven wrapper plugin with wrapper. #31

Closed dvanderleij closed 3 years ago

dvanderleij commented 3 years ago

On one machine i am not allowed to add paths to my PATH variable making it a bit cumbersome to build the project. This would allow build the project easier.

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.18%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #31      +/-   ##
============================================
- Coverage     70.34%   70.15%   -0.19%     
  Complexity      342      342              
============================================
  Files            30       30              
  Lines          1585     1585              
  Branches        127      127              
============================================
- Hits           1115     1112       -3     
- Misses          426      429       +3     
  Partials         44       44              
Impacted Files Coverage Δ Complexity Δ
...main/java/refactoringml/util/RefactoringUtils.java 86.31% <0.00%> (-1.58%) 51.00% <0.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 007083e...5b449f1. Read the comment docs.