Open espoirMur opened 3 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
scrapydweb/utils/setup_database.py | 1 | 3 | 33.33% | ||
<!-- | Total: | 1 | 3 | 33.33% | --> |
Totals | |
---|---|
Change from base Build 1f9efb3c-a791-4498-b745-263362a8011e: | 0.1% |
Covered Lines: | 3470 |
Relevant Lines: | 4041 |
This change introduces the usage of urlquote to allow the use of passwords with special characters such as
@
.Previously those characters were converted, changing the password and leat to authentication failures.