| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes). Introduce specialized exceptions that
allow third-party tools to integrate better.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fixes a few unusual issues with reports:
- #580: HTML report generation fails on too long path
- #584: File collisions in coverage report html
- #1167: Remove leading underscore in coverage html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
|
|
|
|
| |
It meant file names could be incorrectly expanded.
|
| |
|
| |
|
|
|
|
|
|
| |
has a large sys.path.)
It is always a bad idea to reassign the cachekey during the computation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of these)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
(different inputs like "c:\asdf" and "C:\asdf" did not return the same path).
--HG--
branch : ionelmc/correct-path-normalization-on-windows-th-1433618255921
|
| |
|
| |
|
| |
|
| |
|