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

catmaid / CATMAID / 6687 / 1
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 26 Nov 2019 05:01PM UTC
Files 100
Run time 16s
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 05:01PM UTC coverage: 44.456%. Remained the same
6687.1

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 6687.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5821
  • Travis Job 6687.1
  • 766ce06c on github
  • Prev Job for on master (#6577.3)
  • Next Job for on master (#6692.2)
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