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

fix parser errors and refactored error handling #413

Merged
merged 5 commits into from
May 9, 2018

Conversation

AlexHaxe
Copy link
Member

@AlexHaxe AlexHaxe commented May 8, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented May 8, 2018

Codecov Report

Merging #413 into dev will decrease coverage by 0.31%.
The diff coverage is 66.83%.

Impacted file tree graph

@@            Coverage Diff            @@
##             dev     #413      +/-   ##
=========================================
- Coverage   91.1%   90.79%   -0.32%     
=========================================
  Files        122      124       +2     
  Lines       8367     8492     +125     
  Branches     304      327      +23     
=========================================
+ Hits        7623     7710      +87     
- Misses       476      497      +21     
- Partials     268      285      +17
Impacted Files Coverage Δ
src/checkstyle/token/walk/WalkFieldDef.hx 100% <ø> (ø) ⬆️
src/checkstyle/Checker.hx 88.06% <0%> (+3.3%) ⬆️
src/checkstyle/checks/block/RightCurlyCheck.hx 96.96% <0%> (-0.5%) ⬇️
src/checkstyle/checks/Check.hx 89.47% <0%> (+1.65%) ⬆️
src/checkstyle/checks/coding/ReturnCountCheck.hx 95.74% <0%> (-2.09%) ⬇️
src/checkstyle/token/walk/WalkTypeNameDef.hx 97.05% <100%> (+0.28%) ⬆️
src/checkstyle/token/walk/WalkStatement.hx 97.59% <100%> (+1.83%) ⬆️
src/checkstyle/token/walk/WalkBlock.hx 100% <100%> (ø) ⬆️
src/checkstyle/token/walk/WalkNew.hx 100% <100%> (ø) ⬆️
src/checkstyle/token/walk/WalkAt.hx 85.71% <41.66%> (-14.29%) ⬇️
... and 12 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 434a5ed...5dc6cbc. Read the comment docs.

@AlexHaxe AlexHaxe merged commit fdeb52a into HaxeCheckstyle:dev May 9, 2018
@AlexHaxe AlexHaxe deleted the fix_parse_errors branch May 9, 2018 13:01
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