JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.04k stars 614 forks source link

Fix Upload Code Coverage Report step #385

Closed Jonatha1983 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 16.66% and project coverage change: -17.42 :warning:

Comparison is base (4389629) 45.00% compared to head (d049848) 27.58%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #385 +/- ## =========================================== - Coverage 45.00% 27.58% -17.42% =========================================== Files 4 4 Lines 20 29 +9 Branches 3 0 -3 =========================================== - Hits 9 8 -1 - Misses 9 21 +12 + Partials 2 0 -2 ``` | [Impacted Files](https://app.codecov.io/gh/JetBrains/intellij-platform-plugin-template/pull/385?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JetBrains) | Coverage Δ | | |---|---|---| | [...plate/listeners/MyApplicationActivationListener.kt](https://app.codecov.io/gh/JetBrains/intellij-platform-plugin-template/pull/385?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JetBrains#diff-c3JjL21haW4va290bGluL29yZy9qZXRicmFpbnMvcGx1Z2lucy90ZW1wbGF0ZS9saXN0ZW5lcnMvTXlBcHBsaWNhdGlvbkFjdGl2YXRpb25MaXN0ZW5lci5rdA==) | `0.00% <0.00%> (ø)` | | | [...plugins/template/toolWindow/MyToolWindowFactory.kt](https://app.codecov.io/gh/JetBrains/intellij-platform-plugin-template/pull/385?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JetBrains#diff-c3JjL21haW4va290bGluL29yZy9qZXRicmFpbnMvcGx1Z2lucy90ZW1wbGF0ZS90b29sV2luZG93L015VG9vbFdpbmRvd0ZhY3Rvcnkua3Q=) | `0.00% <0.00%> (ø)` | | | [...ains/plugins/template/services/MyProjectService.kt](https://app.codecov.io/gh/JetBrains/intellij-platform-plugin-template/pull/385?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JetBrains#diff-c3JjL21haW4va290bGluL29yZy9qZXRicmFpbnMvcGx1Z2lucy90ZW1wbGF0ZS9zZXJ2aWNlcy9NeVByb2plY3RTZXJ2aWNlLmt0) | `100.00% <100.00%> (+28.57%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

hsz commented 1 year ago

Thank you!