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

chore(build): run 'verify-parser' goal on CI #733

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jul 17, 2020

This will ensure that a PR includes the optimized
parser when running on CI

Fixes #732

Signed-off-by: Xavier Coulon [email protected]

@xcoulon xcoulon force-pushed the Issue732_make_verify_parser branch from 0014575 to 2a56c45 Compare July 17, 2020 06:37
@codecov
Copy link

codecov bot commented Jul 17, 2020

Codecov Report

Merging #733 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #733   +/-   ##
=======================================
  Coverage   85.00%   85.00%           
=======================================
  Files          75       75           
  Lines        5194     5194           
=======================================
  Hits         4415     4415           
  Misses        492      492           
  Partials      287      287           

Add a step to run the `verify-parser` goal, but on
Linux VM only, so we don't have any issue (ie, git diff)
on Windows with the CRLF vs LF at the end of the lines.

This will ensure that a PR includes the optimized
parser when running on CI

Fixes bytesparadise#732

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue732_make_verify_parser branch from 2a56c45 to 1681de5 Compare July 17, 2020 06:54
@xcoulon xcoulon merged commit 4d77595 into bytesparadise:master Jul 17, 2020
@xcoulon xcoulon deleted the Issue732_make_verify_parser branch July 17, 2020 07:02
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.

enable make verify-parser during CI build
1 participant