-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support magic methods for in-place operations #492
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
Conversation
What's the deal with the code coverage check?
EDIT: Looks like it was leftover gcda files (I guess from travis caching?). Deleting them before the code coverage build seems to fix it.
https://users.rust-lang.org/t/howto-generating-a-branch-coverage-report/8524 |
Codecov Report
@@ Coverage Diff @@
## master #492 +/- ##
==========================================
- Coverage 61.27% 58.55% -2.73%
==========================================
Files 67 67
Lines 11516 12080 +564
Branches 2583 2787 +204
==========================================
+ Hits 7057 7073 +16
- Misses 2701 3233 +532
- Partials 1758 1774 +16
Continue to review full report at Codecov.
|
Resolves #449 and #198