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 variable displaying in REPL #131

Merged
merged 1 commit into from
May 13, 2019
Merged

Conversation

HarrisonGrodin
Copy link
Contributor

Fixes #129.

@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

Merging #131 into master will decrease coverage by 0.5%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
- Coverage   94.39%   93.88%   -0.51%     
==========================================
  Files          11       11              
  Lines         357      360       +3     
==========================================
+ Hits          337      338       +1     
- Misses         20       22       +2
Impacted Files Coverage Δ
src/variables.jl 91.42% <33.33%> (-5.45%) ⬇️

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 5c8deea...92e3588. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 4c60b5b into master May 13, 2019
@ChrisRackauckas ChrisRackauckas deleted the hg/fix/display-var branch May 13, 2019 15:58
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.

Fix variable printing
2 participants