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

emmt / LazyAlgebra.jl / 40
80%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2018 09:42PM UTC
Jobs 2
Files 9
Run time 4min
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
40

push

travis-ci

emmt
Change how traits are reported

- Abstract type `SomeTraitType` is the parent of the concrete traits sub-types
  and its *constructors* shall yield one of these sub-types (yielding a type
  and not an instance is more practical).  Calls like `sometraittype(A)` have
  been replaced by `SomeTraitType(A)`.

- Traits are intended to automatically perform some simplifications or
  optimizations.  A trait is only an indication that a certain property holds
  but cannot be used to detremine that this property does not hold.  Indeed
  when it is not possible (or too expensive) to determine whether a property
  holds, it is better to not claim that it holds.  Hence methods like
  `is_linear` only return `true` when it is certain that its argument behaves
  like a linear mapping.

628 of 811 relevant lines covered (77.44%)

3556.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 40.1 06 Oct 2018 09:42PM UTC 0
77.44
Travis Job 40.1
4 40.4 06 Oct 2018 09:46PM UTC 0
77.44
Travis Job 40.4
Source Files on build 40
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #40
  • 4bae795b on github
  • Prev Build on master (#39)
  • Next Build on master (#41)
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