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

JuliaMath / FixedPointDecimals.jl / 284
93%
master: 98%

Build:
Build:
LAST BUILD BRANCH: sv-add-and-bump-version
DEFAULT BRANCH: master
Ran 13 Feb 2019 05:21AM UTC
Jobs 4
Files 2
Run time 5min
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
284

Pull #45

travis-ci

web-flow
Add @inferred tests for type stability of *.

Adds @inferred tests of several possible built-in FD representations
that multiplication (even w/ two different types) is type stable.

Before the last commit, this PR caused these tests to fail. For example:
    ```
    (f1, f2) = (2, 4): Error During Test at /Users/nathan.daly/.julia/dev/FixedPointDecimals/test/runtests.jl:402
    Test threw exception
    Expression: #= /Users/nathan.daly/.julia/dev/FixedPointDecimals/test/runtests.jl:402 =# @inferred(FD{T, f1}(1.1) * FD{T, f2}(1)) == FD{T, fmax}(1.1)
    return type FixedDecimal{UInt64,4} does not match inferred return type Any
    ```

After the last commit, these tests all pass.
Pull Request #45: Speed up * for FD{Int64} via custom `fldmod_by_const`

61 of 61 new or added lines in 2 files covered. (100.0%)

209 of 224 relevant lines covered (93.3%)

12794.15 hits per line

Jobs
ID Job ID Ran Files Coverage
3 284.3 13 Feb 2019 05:21AM UTC 0
92.92
Travis Job 284.3
4 284.4 13 Feb 2019 05:22AM UTC 0
82.14
Travis Job 284.4
5 284.5 13 Feb 2019 05:23AM UTC 0
93.36
Travis Job 284.5
6 284.6 13 Feb 2019 05:26AM UTC 0
92.92
Travis Job 284.6
Source Files on build 284
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #284
  • Pull Request #45
  • PR Base - master (#278)
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