-
Notifications
You must be signed in to change notification settings - Fork 238
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
Add --decimals flag for HTML and simple output #207
Conversation
Thanks for this PR, it has some conflicts with your other one (#208), could you please rebase it? |
.to_f is used to avoid excessive zeros. 0.0000.to_f => 0.0 Only run coveralls on Travis
Rebased. |
Awesome, thanks a lot for this PR and the other contributions, like answering some issues. If you are interested, I would like to add you as a member to the GitHub team. This obviously comes with no obligations to contribute further in the future :) |
Sure, I'd be happy to join. |
.to_f is used to avoid excessive zeros.
0.0000.to_f => 0.0
Fix #205