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

Eval threads #469

Merged
merged 5 commits into from
May 20, 2019
Merged

Eval threads #469

merged 5 commits into from
May 20, 2019

Conversation

AlexHaxe
Copy link
Member

No description provided.

AlexHaxe added 5 commits May 1, 2019 01:16
added testcases for ConstantNameCheck
added ignoreSingleline to LeftCurlyCheck
applied new formatter
fixed empty lines between types with conditionals
applied new formatter
use JVM target for Haxe 4
@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #469 into dev will increase coverage by 6.16%.
The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #469      +/-   ##
==========================================
+ Coverage   90.86%   97.02%   +6.16%     
==========================================
  Files          98       98              
  Lines        6338     6191     -147     
  Branches      845      855      +10     
==========================================
+ Hits         5759     6007     +248     
+ Misses        208      184      -24     
+ Partials      371        0     -371
Impacted Files Coverage Δ
src/checkstyle/CheckerThread.hx 93.42% <ø> (+3.94%) ⬆️
src/checkstyle/ParserQueue.hx 94.59% <ø> (+5.4%) ⬆️
src/checkstyle/utils/StringUtils.hx 100% <ø> (+28.57%) ⬆️
src/checkstyle/checks/size/FileLengthCheck.hx 100% <100%> (ø) ⬆️
...rc/checkstyle/checks/literal/StringLiteralCheck.hx 100% <100%> (+3.7%) ⬆️
src/checkstyle/checks/size/ParameterNumberCheck.hx 100% <100%> (ø) ⬆️
...style/checks/whitespace/OperatorWhitespaceCheck.hx 100% <100%> (+6.79%) ⬆️
...style/checks/design/UnnecessaryConstructorCheck.hx 100% <100%> (ø) ⬆️
.../checkstyle/checks/comments/TypeDocCommentCheck.hx 97.43% <100%> (+7.19%) ⬆️
...rc/checkstyle/checks/coding/UnusedLocalVarCheck.hx 98.82% <100%> (-0.03%) ⬇️
... and 97 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 7f87576...f2a04ec. Read the comment docs.

@AlexHaxe AlexHaxe merged commit df41768 into HaxeCheckstyle:dev May 20, 2019
@AlexHaxe AlexHaxe deleted the eval_threads branch May 20, 2019 21:28
@skial skial mentioned this pull request May 21, 2019
1 task
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.

1 participant