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

SEL-Columbia / dokomoforms / 2107 / 1
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: vr2262-patch-1
DEFAULT BRANCH: master
Ran 14 Jan 2016 08:20PM UTC
Files 56
Run time 1s
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

14 Jan 2016 08:20PM UTC coverage: 60.529%. First build
2107.1

push

travis-ci

vr2262
In this branch: serve static files via nginx

As per:
http://www.tornadoweb.org/en/branch4.0/guide/running.html#static-files-and-aggressive-file-caching

At the moment:
Static files are served by the Tornado webapp

Desired:
robots.txt, favicon.png
/static/manifest.json
and all other static content (images, js)
should be served by nginx

Steps:
1. Tornado templates that refer to static content should use the
   static_url method

   This appends ?v=hash_of_content to the URL
2. Serve /static/ via nginx and
   if ($query_string) {
       expires max;
   }
3. location = /robots.txt {
       rewrite (.*) /static/robots.txt
   }

2012 of 3324 relevant lines covered (60.53%)

0.87 hits per line

Source Files on job 2107.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2107
  • Travis Job 2107.1
  • d7ea8d16 on github
  • Next Job for on nginx_static_files (#2110.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