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

Port toml-test to pure Go #264

Merged
merged 2 commits into from Mar 20, 2019
Merged

Port toml-test to pure Go #264

merged 2 commits into from Mar 20, 2019

Conversation

pelletier
Copy link
Owner

This change basically ports the toml-test examples test suite to pure
Go. This removes the snowflake test.sh required to run such tests, and
allows us to the example tests on any platform (which includes Windows
as part of the pull-request testing).

This change basically ports the toml-test examples test suite to pure
Go. This removes the snowflake test.sh required to run such tests, and
allows us to the example tests on any platform (which includes Windows
as part of the pull-request testing).
@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #264 into master will increase coverage by 0.35%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   90.36%   90.72%   +0.35%     
==========================================
  Files           8        9       +1     
  Lines        1743     1789      +46     
==========================================
+ Hits         1575     1623      +48     
+ Misses        121      120       -1     
+ Partials       47       46       -1
Impacted Files Coverage Δ
token.go 83.87% <0%> (ø)
lexer.go 98.77% <0%> (+0.4%) ⬆️
parser.go 90.37% <0%> (+0.68%) ⬆️
toml.go 78.37% <0%> (+3.01%) ⬆️

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 690ec00...6d73f4e. Read the comment docs.

@pelletier pelletier merged commit 405d48d into master Mar 20, 2019
@pelletier pelletier deleted the tomltestgen branch March 20, 2019 07:23
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.

None yet

1 participant