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

chaoss / grimoirelab-sortinghat / 403 / 1
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/certifi-2022.12.7
DEFAULT BRANCH: master
Ran 23 Dec 2019 05:10PM UTC
Files 46
Run time 17s
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

23 Dec 2019 05:08PM UTC coverage: 92.813% (-0.005%) from 92.818%
403.1

Pull #232

travis-ci

web-flow
[database] Allow SSL connections

The engine was not configure to accept SSL connections.
With this patch, the database module will try to establish
a SSL connection first. If this is not possible, it will
try to communicate with the server with a non-secure
connection.

To set the SSL connection, it was necessary a minor hack
that consists on passing an non-empty dictionary with key
'ssl' in 'connect_args'. The module pymysql expects a dict
with some SSL paramters, which will force to use specific
cert o ca. As we do not want that, we found that passing
a dict with a random key is valid and pymsql ignores that
key but enforces a SSL connection.

Signed-off-by: Santiago Dueñas <sduenas@bitergia.com>
Pull Request #232: [database] Allow SSL connections

3577 of 3854 relevant lines covered (92.81%)

0.93 hits per line

Source Files on job 403.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 354
  • Travis Job 403.1
  • eae69619 on github
  • Prev Job for on ssl-conn (#401.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