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

catmaid / CATMAID / 6688 / 3
45%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 26 Nov 2019 10:53PM UTC
Files 100
Run time 13s
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

26 Nov 2019 03:12PM UTC coverage: 44.456% (+1.3%) from 43.204%
6688.3

push

travis-ci

tomka
Docker: fix parsing of some environment variable parameters

When parameter variables contained structures that could be interpreted
by Bash, they in fact were when passing them as argument to the sanitize
function, because the parameters weren't quoted. An example of this is
CM_CSRF_TRUSTED_ORIGINS, which is expected to contain a Python list (as
string):

  CM_CSRF_TRUSTED_ORIGINS="['a.example.com', 'b.int.example.com']"

This would lead to the following being written to settings.py:

  ['a.example.com',

Which clearly isn't valid Python, causing the Container start to fail.
This should be fixed by quoting the parameters to the sanitize function.

8175 of 18389 relevant lines covered (44.46%)

0.44 hits per line

Source Files on job 6688.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5822
  • Travis Job 6688.3
  • 766ce06c on github
  • Prev Job for on stable (#6579.4)
  • Next Job for on stable (#6840.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

© 2025 Coveralls, Inc