nicoulaj / checksum-maven-plugin

Compute Maven project artifacts/dependencies/files checksum digests.
https://checksum-maven-plugin.nicoulaj.net
Apache License 2.0
43 stars 40 forks source link

Allow to override skip check for pom packaging #115

Closed DiverOfDark closed 3 years ago

DiverOfDark commented 3 years ago

Fix for issue #114

codecov[bot] commented 3 years ago

Codecov Report

Merging #115 (bdec45c) into master (607c016) will decrease coverage by 0.15%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #115      +/-   ##
============================================
- Coverage     78.36%   78.21%   -0.16%     
  Complexity      188      188              
============================================
  Files            27       27              
  Lines           661      661              
  Branches         77       77              
============================================
- Hits            518      517       -1     
  Misses          112      112              
- Partials         31       32       +1     
Impacted Files Coverage Δ Complexity Δ
...n/plugins/checksum/mojo/DependenciesCheckMojo.java 78.31% <50.00%> (-1.21%) 23.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 607c016...bdec45c. Read the comment docs.

nicoulaj commented 3 years ago

Thanks!