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

added more checks to automatic coding style detection #417

Merged
merged 2 commits into from
May 13, 2018

Conversation

AlexHaxe
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented May 13, 2018

Codecov Report

Merging #417 into dev will increase coverage by 0.32%.
The diff coverage is 97.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #417      +/-   ##
==========================================
+ Coverage   91.26%   91.58%   +0.32%     
==========================================
  Files         124      124              
  Lines        8755     8855     +100     
  Branches      319      315       -4     
==========================================
+ Hits         7990     8110     +120     
+ Misses        485      471      -14     
+ Partials      280      274       -6
Impacted Files Coverage Δ
src/checkstyle/checks/coding/NestedIfDepthCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/detect/DetectCodingStyle.hx 93.84% <100%> (+0.09%) ⬆️
src/checkstyle/checks/design/InterfaceCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/coding/TraceCheck.hx 97.29% <100%> (ø) ⬆️
...rc/checkstyle/checks/coding/NestedForDepthCheck.hx 100% <100%> (+5.66%) ⬆️
src/checkstyle/checks/type/DynamicCheck.hx 100% <100%> (ø) ⬆️
...rc/checkstyle/checks/coding/NestedTryDepthCheck.hx 100% <100%> (+1.72%) ⬆️
...rc/checkstyle/checks/coding/UnusedLocalVarCheck.hx 100% <100%> (ø) ⬆️
...checkstyle/checks/coding/NullableParameterCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/type/AnonymousCheck.hx 98.11% <100%> (ø) ⬆️
... and 18 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 df82153...82aa18b. Read the comment docs.

@AlexHaxe AlexHaxe merged commit 34e2757 into HaxeCheckstyle:dev May 13, 2018
@AlexHaxe AlexHaxe deleted the additional_detectable_checks branch May 13, 2018 12:09
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