monosoul / git-extended-update-index-plugin

IntelliJ IDEA plugin to add the extended support of the git update-index command.
https://plugins.jetbrains.com/plugin/11217-git-extended-update-index
Apache License 2.0
5 stars 2 forks source link

Fix coverage reports #13

Closed monosoul closed 2 years ago

monosoul commented 2 years ago

Use kover with JB coverage engine to generate coverage reports

codecov[bot] commented 2 years ago

Codecov Report

Merging #13 (2080cad) into master (e95f0fc) will increase coverage by 92.79%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
+ Coverage    0.00%   92.79%   +92.79%     
===========================================
  Files          10       11        +1     
  Lines         125      111       -14     
  Branches       15       19        +4     
===========================================
+ Hits            0      103      +103     
+ Misses        125        2      -123     
- Partials        0        6        +6     
Impacted Files Coverage Δ
...git/updateindex/extended/changes/view/Constants.kt 0.00% <0.00%> (ø)
...tended/changes/view/ToggleSkippedWorktreeAction.kt 78.57% <0.00%> (+78.57%) :arrow_up:
.../changes/view/ChangesBrowserSkippedWorktreeNode.kt 80.00% <0.00%> (+80.00%) :arrow_up:
...changes/view/SkippedWorktreeChangesViewModifier.kt 90.00% <0.00%> (+90.00%) :arrow_up:
...tended/changes/view/GetSkippedWorktreeFilesTask.kt 93.75% <0.00%> (+93.75%) :arrow_up:
...it/updateindex/extended/ExtendedUpdateIndexTask.kt 94.73% <0.00%> (+94.73%) :arrow_up:
...git/updateindex/extended/support/CommandInvoker.kt 100.00% <0.00%> (+100.00%) :arrow_up:
.../updateindex/extended/ExtendedUpdateIndexAction.kt 100.00% <0.00%> (+100.00%) :arrow_up:
...updateindex/extended/ExtendedUpdateIndexCommand.kt 100.00% <0.00%> (+100.00%) :arrow_up:
...pdateindex/extended/support/PresentationUpdater.kt 100.00% <0.00%> (+100.00%) :arrow_up:
... and 1 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 e95f0fc...2080cad. Read the comment docs.