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

JuliaMath / FixedPointDecimals.jl / 207
98%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2018 11:16PM UTC
Jobs 2
Files 1
Run time 1min
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

pending completion
207

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)
```

1 of 1 new or added line in 1 file covered. (100.0%)

168 of 170 relevant lines covered (98.82%)

8189.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 207.1 05 Nov 2018 11:16PM UTC 0
98.82
Travis Job 207.1
4 207.4 05 Nov 2018 11:18PM UTC 0
98.82
Travis Job 207.4
Source Files on build 207
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #207
  • d87debb9 on github
  • Prev Build on master (#202)
  • Next Build on master (#211)
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

© 2025 Coveralls, Inc