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

Parse user-defined environments #21

Merged
merged 8 commits into from
Oct 16, 2018

Conversation

make-github-pseudonymous-again
Copy link
Owner

Fixes #17 and fixes #18.

@codecov-io
Copy link

codecov-io commented Oct 16, 2018

Codecov Report

Merging #21 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   99.56%   99.61%   +0.05%     
==========================================
  Files           8        8              
  Lines         231      262      +31     
==========================================
+ Hits          230      261      +31     
  Misses          1        1
Impacted Files Coverage Δ
src/grammar.js 100% <ø> (ø) ⬆️
src/tokens.js 100% <100%> (ø) ⬆️
src/shaketape.js 100% <100%> (ø) ⬆️
src/shaker.js 99.39% <100%> (+0.29%) ⬆️

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 363f9a3...2f1cfd3. Read the comment docs.

@make-github-pseudonymous-again make-github-pseudonymous-again deleted the feature-parse-newenvironment branch April 6, 2019 14:44
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.

Resolve user defined commands and environments that have a default parameter Correctly parse environments
2 participants