-
Notifications
You must be signed in to change notification settings - Fork 39
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
Gradle plugin tests & fixes #654
Conversation
### What's done: * Improvements
### What's done: * Improvements
Codecov Report
@@ Coverage Diff @@
## master #654 +/- ##
============================================
+ Coverage 79.01% 79.23% +0.21%
- Complexity 1792 1799 +7
============================================
Files 88 87 -1
Lines 4704 4695 -9
Branches 1510 1508 -2
============================================
+ Hits 3717 3720 +3
+ Misses 288 280 -8
+ Partials 699 695 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
### What's done: * improvements
### What's done: * Removed custom GradleVersion
### What's done: * Make excludes non-nullable
### What's done: * Code style
### What's done: * Test with absolute paths * Test with gradle 5.0
…eature/gradle-tests#653
### What's done: * Respect ignoreFailures property * More functional tests * Functional tests for groovy DSL
### What's done: * Functional tests for groovy DSL
### What's done: * Functional tests for groovy DSL
diktat-gradle-plugin/src/functionalTest/kotlin/org/cqfn/diktat/plugin/gradle/Utils.kt
Show resolved
Hide resolved
diktat-gradle-plugin/src/functionalTest/kotlin/org/cqfn/diktat/plugin/gradle/Utils.kt
Show resolved
Hide resolved
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/Utils.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What's done:
This pull request closes #653