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

angular-gantt / angular-gantt / 533
49%

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

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

Jobs
ID Job ID Ran Files Coverage
1 533.1 22 Dec 2014 09:38AM UTC 0
52.85
Travis Job 533.1
Source Files on build 533
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #533
  • 270bd71d on github
  • Prev Build on master (#532)
  • Next Build on master (#534)
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