• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaMath / FixedPointDecimals.jl / 207 / 4
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2018 11:18PM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Nov 2018 11:12PM UTC coverage: 98.824% (+0.007%) from 98.817%
207.4

push

travis-ci

omus
Add "copy-constructor" to prevent (incorrect) convert call when type is the same (#36)

Before this change:
```
  julia> x = f = FixedDecimal{Int128,2}(3.25)
  >> FixedDecimal{Int128,2}(3.25)

  julia> @btime x = FixedDecimal{Int128, 2}($f)
    7.272 μs (159 allocations: 2.73 KiB)
  >> FixedDecimal{Int128,2}(3.25)
```

After this change:
```
  julia> x = f = FixedDecimal{Int128,2}(3.25)
  >> FixedDecimal{Int128,2}(3.25)

  julia> @btime x = FixedDecimal{Int128, 2}($f)
    1.508 ns (0 allocations: 0 bytes)
  >> FixedDecimal{Int128,2}(3.25)
```

168 of 170 relevant lines covered (98.82%)

4094.58 hits per line

Source Files on job 207.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 182
  • Travis Job 207.4
  • d87debb9 on github
  • Prev Job for on master (#202.1)
  • Next Job for on master (#211.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc