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

JuliaMath / FixedPointDecimals.jl / 203
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: sv-add-and-bump-version
DEFAULT BRANCH: master
Ran 02 Nov 2018 05:30PM UTC
Jobs 2
Files 1
Run time 2min
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
203

Pull #36

travis-ci

web-flow
Add "copy-constructor" to prevent (incorrect) convert call when type is the same

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)
Pull Request #36: Fix construction with same type performing convert

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 203.1 02 Nov 2018 05:30PM UTC 0
98.82
Travis Job 203.1
4 203.4 02 Nov 2018 05:33PM UTC 0
98.82
Travis Job 203.4
Source Files on build 203
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #203
  • Pull Request #36
  • PR Base - master (#200)
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