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

openshift / openshift-ansible / 10143 / 2
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 01 Nov 2017 03:53PM UTC
Files 64
Run time 3s
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

01 Nov 2017 03:39PM UTC coverage: 54.08% (-0.4%) from 54.504%
10143.2

push

travis-ci

web-flow
Merge pull request #5264 from AlexanderZagaynov/cors_escape

Automatic merge from submit-queue.

escape corsAllowedOrigins regexp strings and anchor them

`corsAllowedOrigins` parameter got interpreted by OpenShift/Kubernetes as a regular expression (there is a bug about that: https://bugzilla.redhat.com/show_bug.cgi?id=1482903).
It leads to some vague behaviour, like for `127.0.0.1` value `127a0b0c1` will be matched as valid, as well as `localhost.example.com` for `localhost`.
I've added regexp escaping here, as well as value anchoring to the begin and end of the string.
I've also added case-insensitive flag `(?i)` to match values like `LocalHost` for `localhost`.

2383 of 5980 branches covered (39.85%)

7271 of 13445 relevant lines covered (54.08%)

0.54 hits per line

Source Files on job 10143.2
  • Tree
  • List 0
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 10143
  • Travis Job 10143.2
  • 6793bb84 on github
  • Prev Job for on master (#10139.1)
  • Next Job for on master (#10151.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