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

Enable JVM IR #757

Merged
merged 8 commits into from
Feb 16, 2021
Merged

Enable JVM IR #757

merged 8 commits into from
Feb 16, 2021

Conversation

petertrr
Copy link
Member

@petertrr petertrr commented Feb 8, 2021

What's done:

  • Enabled JVM IR

### What's done:
* Enabled JVM IR
@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #757 (79e3438) into master (1291bd7) will increase coverage by 0.80%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #757      +/-   ##
============================================
+ Coverage     80.49%   81.30%   +0.80%     
- Complexity     2046     2133      +87     
============================================
  Files            97       96       -1     
  Lines          5307     5510     +203     
  Branches       1640     1700      +60     
============================================
+ Hits           4272     4480     +208     
- Misses          250      265      +15     
+ Partials        785      765      -20     
Flag Coverage Δ Complexity Δ
unittests 81.30% <ø> (+0.80%) 0.00 <ø> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...n/org/cqfn/diktat/plugin/gradle/DiktatExtension.kt 62.50% <0.00%> (-37.50%) 8.00% <0.00%> (ø%)
...eset/utils/indentation/CustomIndentationChecker.kt 80.00% <0.00%> (-20.00%) 1.00% <0.00%> (ø%)
...eset/utils/search/VariablesWithAssignmentSearch.kt 52.63% <0.00%> (-18.80%) 6.00% <0.00%> (ø%)
.../ruleset/utils/search/VariablesWithUsagesSearch.kt 83.33% <0.00%> (-8.34%) 7.00% <0.00%> (ø%)
.../cqfn/diktat/ruleset/rules/chapter5/CustomLabel.kt 84.61% <0.00%> (-7.70%) 10.00% <0.00%> (ø%)
...kotlin/org/cqfn/diktat/ruleset/rules/DiktatRule.kt 68.75% <0.00%> (-6.25%) 7.00% <0.00%> (+1.00%) ⬇️
...n/kotlin/org/cqfn/diktat/ruleset/utils/PsiUtils.kt 39.47% <0.00%> (-5.99%) 0.00% <0.00%> (ø%)
...lin/org/cqfn/diktat/plugin/maven/DiktatBaseMojo.kt 74.57% <0.00%> (-4.38%) 0.00% <0.00%> (ø%)
.../diktat/ruleset/rules/chapter3/NullableTypeRule.kt 76.92% <0.00%> (-3.60%) 42.00% <0.00%> (+3.00%) ⬇️
...et/rules/chapter6/classes/SingleConstructorRule.kt 69.79% <0.00%> (-3.04%) 29.00% <0.00%> (+3.00%) ⬇️
... and 67 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 1291bd7...79e3438. Read the comment docs.

Copy link
Member

@orchestr7 orchestr7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@petertrr petertrr marked this pull request as ready for review February 16, 2021 15:18
@petertrr petertrr merged commit 862b423 into master Feb 16, 2021
@petertrr petertrr deleted the feature/enable-jvm-ir branch February 16, 2021 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants