JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.05k stars 618 forks source link

Next #345

Closed hsz closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 45.00% // Head: 45.00% // No change to project coverage :thumbsup:

Coverage data is based on head (80ec56f) compared to base (4389629). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #345 +/- ## ======================================= Coverage 45.00% 45.00% ======================================= Files 4 4 Lines 20 20 Branches 3 3 ======================================= Hits 9 9 Misses 9 9 Partials 2 2 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JetBrains). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JetBrains)

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

FrankHeijden commented 1 year ago

I believe this line here needs to be changed to pluginVersion, as the output of

echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' '

gives me the value valueof(GradlePropertyValueSource)

hsz commented 1 year ago

Good catch, thank you @FrankHeijden! Fixed with 0260136