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

JuliaDiff / TaylorSeries.jl / 454 / 2
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 10 Feb 2017 04:30PM UTC
Files 6
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

10 Feb 2017 04:27PM UTC coverage: 96.977% (+1.1%) from 95.86%
454.2

push

travis-ci

web-flow
Deprecations0.6 (#83)

* Solve deprecations for v0.6

* Solve a problem with the tests in Julia0.4

The problem was related to using array constructors as `Array{T,N}(shape)`
instead of `Array{T}(shape)`.

* Drop support of Julia v0.4

Remove Compat.jl from REQUIRES, and usage of `@compat`, since it is no longer
needed. (It was used to avoid warnings from Julia0.4). Update .travis.yml

Two warnings related to the previous use of `[x=>i for (i,x) in enumerate(v)]`
in `hash_tables.jl` are now solved through the usage of
`Dict(x=>i for (i,x) in enumerate(v))` (Julia 0.5). This is the
actual change that makes dropping support of Julia v0.4 necessary.

1187 of 1224 relevant lines covered (96.98%)

785720.77 hits per line

Source Files on job 454.2
  • Tree
  • List 0
  • Changed 6
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 454
  • Travis Job 454.2
  • e00fcc12 on github
  • Prev Job for on master (#447.2)
  • Next Job for on master (#458.2)
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