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

emmt / LazyAlgebra.jl / 40 / 1
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2018 09:42PM UTC
Files 9
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

06 Oct 2018 09:26PM UTC coverage: 77.435% (+0.4%) from 77.055%
40.1

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

1787.49 hits per line

Source Files on job 40.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 7
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • Travis Job 40.1
  • 4bae795b on github
  • Prev Job for on master (#39.1)
  • Next Job for on master (#41.1)
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