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

angular-gantt / angular-gantt / 533 / 1
49%
master: 49%

Build:
DEFAULT BRANCH: master
Ran 22 Dec 2014 09:38AM UTC
Files 91
Run time 37s
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

22 Dec 2014 09:36AM UTC coverage: 52.853%. Remained the same
533.1

push

travis-ci

Toilal
refactor(css): Apply row and tasks model classes CSS to containers.

Classes defined in row and tasks model are applied to all containers of objects instead of background only. This allows more possible customization, because a task/row is displayed using multiple divs (background, foreground, content ...).

This will break existing styling based on those custom model CSS classes, but can be fixed easily by updating selectors in the stylesheet.

For example, if a class is defined on task to change background color

custom-task-look {
    background: red;
}

Needs to be replaced with

custom-task-look gantt-task-background {
    background: red;
}

Read docs for more information (data page).

1769 of 3347 relevant lines covered (52.85%)

179.17 hits per line

Source Files on job 533.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 533
  • Travis Job 533.1
  • 270bd71d on github
  • Prev Job for on master (#532.1)
  • Next Job for on master (#534.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