Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 #872

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2021

Bumps jacoco-maven-plugin from 0.8.6 to 0.8.7.

Release notes

Sourced from jacoco-maven-plugin's releases.

0.8.7

New Features

  • JaCoCo now officially supports Java 15 and 16 (GitHub #1094, #1097, #1176).
  • Experimental support for Java 17 class files (GitHub #1132).
  • New formats parameter for Maven report goals to specify the generated report formats. Contributed by troosan. (GitHub #1175).
  • Branch added by the Kotlin compiler version 1.4.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #1143, #1178).
  • synthetic methods added by the Kotlin compiler version 1.5.0 and above for private suspending functions are filtered out (GitHub #1174).
  • Branches added by the Kotlin compiler version 1.4.20 and above for suspending lambdas are filtered out during generation of report (GitHub #1149).
  • Branches added by the Kotlin compiler version 1.5.0 and above for functions with default arguments are filtered out during generation of report (GitHub #1162).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1166).
  • Additional bytecode generated by the Kotlin compiler version 1.5.0 and above for when expressions on kotlin.String values is filtered out during generation of report (GitHub #1172).
  • Improved filtering of bytecode generated by Kotlin compiler versions below 1.5.0 for when expressions on kotlin.String values (GitHub #1156).

Fixed bugs

  • Fixed parsing of SMAP generated by Kotlin compiler version 1.5.0 and above (GitHub #1164).

Non-functional Changes

  • JaCoCo now depends on ASM 9.1 (GitHub #1094, #1097, #1153).
  • Maven plug-in has no dependency on maven-reporting-impl any more (GitHub #1121).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 10, 2021
@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #872 (a00cddf) into master (2a342ea) will increase coverage by 3.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #872      +/-   ##
============================================
+ Coverage     80.52%   83.61%   +3.08%     
  Complexity     2208     2208              
============================================
  Files           101      101              
  Lines          5669     5669              
  Branches       1751     1614     -137     
============================================
+ Hits           4565     4740     +175     
+ Misses          257      256       -1     
+ Partials        847      673     -174     
Flag Coverage Δ Complexity Δ
unittests 83.61% <ø> (+3.08%) 2208.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...qfn/diktat/ruleset/rules/chapter4/SmartCastRule.kt 65.57% <0.00%> (+0.81%) 36.00% <0.00%> (ø%)
.../cqfn/diktat/ruleset/utils/indentation/Checkers.kt 76.63% <0.00%> (+0.93%) 0.00% <0.00%> (ø%)
...t/rules/chapter3/identifiers/LocalVariablesRule.kt 91.39% <0.00%> (+1.07%) 24.00% <0.00%> (ø%)
...qfn/diktat/ruleset/rules/chapter1/PackageNaming.kt 92.22% <0.00%> (+1.11%) 34.00% <0.00%> (ø%)
...tat/ruleset/rules/chapter3/files/WhiteSpaceRule.kt 79.87% <0.00%> (+1.25%) 142.00% <0.00%> (ø%)
...n/org/cqfn/diktat/ruleset/utils/StringCaseUtils.kt 85.71% <0.00%> (+1.29%) 0.00% <0.00%> (ø%)
.../chapter4/calculations/AccurateCalculationsRule.kt 80.00% <0.00%> (+1.33%) 47.00% <0.00%> (ø%)
...iktat/ruleset/rules/chapter3/files/NewlinesRule.kt 81.34% <0.00%> (+1.49%) 145.00% <0.00%> (ø%)
...diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt 84.73% <0.00%> (+1.52%) 70.00% <0.00%> (ø%)
.../diktat/ruleset/rules/chapter2/kdoc/KdocMethods.kt 86.53% <0.00%> (+1.92%) 70.00% <0.00%> (ø%)
... and 50 more

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 e80edfe...a00cddf. Read the comment docs.

@petertrr petertrr merged commit a2f4056 into master May 11, 2021
@petertrr petertrr deleted the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.7 branch May 11, 2021 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants