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 escaping issue with @mutate #273

Merged
merged 2 commits into from
Aug 2, 2019
Merged

Fix escaping issue with @mutate #273

merged 2 commits into from
Aug 2, 2019

Conversation

davidanthoff
Copy link
Member

Fixes #242.

@codecov-io
Copy link

codecov-io commented Aug 2, 2019

Codecov Report

Merging #273 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   91.47%   91.47%           
=======================================
  Files           5        5           
  Lines         434      434           
=======================================
  Hits          397      397           
  Misses         37       37
Impacted Files Coverage Δ
src/table_query_macros.jl 92.2% <100%> (ø) ⬆️

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 3d8bba2...fc06eb3. Read the comment docs.

@davidanthoff davidanthoff merged commit e96caab into master Aug 2, 2019
@davidanthoff davidanthoff deleted the fix-mutate branch August 2, 2019 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closures for @mutate are broken
2 participants