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

mozilla / bedrock / 1152
59%

Build:
DEFAULT BRANCH: master
Ran 21 Jan 2015 09:01PM UTC
Jobs 1
Files 185
Run time 1min
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
1152

Pull #2672

travis-ci

pmclanahan
Bug 906176: Move to using Django staticfiles for media.

This keeps the URL for CSS/JS/Images/Etc. as /media/ so that
all of the .less files and urls around the net need not change.
The new MEDIA_URL is '/user_media/', and the STATIC_URL is '/media/'.
The files all stay in the 'media' folder in the project, but they'll now
be served from the 'static' folder after 'collectstatic' is run.

All templates, views, and tests have been updated for the new changes,
as well as the l10n media helpers. The site works well for me in
spot-checks, and the tests pass.

One caveat is that you must run 'manage.py collectstatic' before
running tests due to the way jingo-minify works regarding the
compilation of .less files when not in DEBUG mode. I've yet to find
a way around this.
Pull Request #2672: Bug 906176: Move to using Django staticfiles for media.

6497 of 6994 relevant lines covered (92.89%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1152.1 (PIP_DOWNLOAD_CACHE="pip_cache") 21 Jan 2015 09:01PM UTC 0
92.89
Travis Job 1152.1
Source Files on build 1152
  • List 0
  • Changed 10
  • Source Changed 10
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1152
  • Pull Request #2672
  • PR Base - master (#1141)
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

© 2025 Coveralls, Inc