Closed aytekinar closed 7 years ago
Merging #5 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #5 +/- ##
=======================================
Coverage 83.71% 83.71%
=======================================
Files 5 5
Lines 264 264
=======================================
Hits 221 221
Misses 43 43
Impacted Files | Coverage Δ | |
---|---|---|
src/conversions.jl | 100% <ø> (ø) |
:white_check_mark: |
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 441ed46...5b5d0f9. Read the comment docs.
Changes
Changed the promote rules for
Number
s andPoly
s for consistency with the constructorRationalFunction(num[, den = one(num)])
.Reference
Fixes #4.