summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
* PyPy 3.7 doesn't act exactly like CPython 3.7nedbat/pythonsNed Batchelder2020-10-101-1/+1
|
* More about optionalNed Batchelder2020-09-271-0/+8
|
* BumpNed Batchelder2020-09-131-1/+1
|
* Making a releasecoverage-5.3Ned Batchelder2020-09-131-1/+1
|
* If a plugin is disabled, don't try to record its file tracers. #1011Ned Batchelder2020-09-132-1/+16
|
* Move disable_plugin to PythonNed Batchelder2020-09-133-47/+21
|
* Fix a missed exception handling for bad pluginsNed Batchelder2020-09-131-1/+2
|
* Docs and cleanup for source_pkgsNed Batchelder2020-09-122-2/+9
|
* Create Way to force package even if filepath exists (#1026)Thomas Grainger2020-09-123-2/+5
| | | Fixes: #268
* More bitbucket->github urlsNed Batchelder2020-08-181-2/+1
|
* ScoochNed Batchelder2020-07-241-1/+1
|
* Prep for 5.2.1Ned Batchelder2020-07-231-1/+1
|
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-232-2/+15
| | | | | | | | * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-092-9/+24
|
* Bump versionNed Batchelder2020-07-061-1/+1
|
* Add 'coverage debug' to helpNed Batchelder2020-07-051-2/+3
|
* Next version is 5.2Ned Batchelder2020-07-051-1/+1
|
* Back to monospaced for the index pageNed Batchelder2020-07-052-2/+2
|
* Switch to python-based sass compilerNed Batchelder2020-07-051-1/+111
|
* Add --help output to command docs, and other reorganizationNed Batchelder2020-07-041-2/+5
|
* Report descending sort option (#1005)Jerin Peter George2020-07-034-3/+21
| | | | | | | | | | | | | | | * added descending sort option in coverage report * commandline option for report sort added * Fix tests for pull #1005 * conditional statements improved * sort option help updated with choices * commandline test for sort added Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* --skip-empty now applies to the XML report also. #976nedbat/bug976Ned Batchelder2020-06-303-3/+11
|
* More HTML tweaksNed Batchelder2020-06-292-12/+8
| | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate.
* Merge pull request #932 from asottile/no_skip_coveredNed Batchelder2020-06-291-0/+6
|\ | | | | Add --no-skip-covered to allow negation of --skip-covered
| * Add --no-skip-covered to allow negation of --skip-coveredAnthony Sottile2020-02-141-0/+6
| |
* | More details on --source filteringNed Batchelder2020-06-292-11/+37
| |
* | Next version will be 5.2Ned Batchelder2020-06-281-1/+1
| |
* | Provide more information in the fail-under messageNed Batchelder2020-06-281-1/+4
| |
* | Merge pull request #977 from navyad/navyad/fail-underNed Batchelder2020-06-281-0/+1
|\ \ | | | | | | message for fail-under
| * | message for fail-undernavyad2020-04-191-0/+1
| | |
* | | A few further style tweaks to the HTML reportNed Batchelder2020-06-282-134/+27
| | | | | | | | | | | | | | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page
* | | Merge pull request #931 from vsalvino/darkmodeNed Batchelder2020-06-283-131/+407
|\ \ \ | | | | | | | | Add dark mode, and other design changes for the HTML report.
| * | | Fix testsVince Salvino2020-06-241-1/+1
| | | |
| * | | Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-113-131/+407
| | |/ | |/|
* | | BetterNed Batchelder2020-05-291-1/+1
| | |
* | | Read the config file contents as bytes, it's just for debugging anyway. #990Ned Batchelder2020-05-231-1/+1
| | |
* | | Update pylintNed Batchelder2020-05-193-3/+3
| | |
* | | Make the bare help message a bit more helpfulNed Batchelder2020-05-171-1/+1
| | |
* | | Finish up --precisionNed Batchelder2020-05-122-6/+16
| | |
* | | Add --precision switch to report commandTeake Nutma2020-04-302-2/+12
| |/ |/|
* | Version bumpNed Batchelder2020-04-121-1/+1
| |
* | Prep for v5.1Ned Batchelder2020-04-121-1/+1
| |
* | New JSON info should be reported on individual files also.Ned Batchelder2020-04-111-0/+2
| |
* | Merge pull request #966 from SZVector/json_dump_all_attributesNed Batchelder2020-04-111-0/+2
|\ \ | | | | | | Extending jsonreport.py to also include all branch attributes
| * | Extending jsonreport.py to also include all branch attributesSalvatore Zagaria2020-04-071-0/+2
| | | | | | | | | | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com>
* | | Finish up #967. Thanks, Bernát GáborNed Batchelder2020-04-112-1/+10
| | |
* | | Allow plugins to alter the paths configBernat Gabor2020-04-031-0/+6
|/ / | | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* | Thanks, Kjell BradenNed Batchelder2020-03-261-1/+0
| |
* | handle decorators for AsyncFunctionDefs. Closes #964Kjell Braden2020-03-241-0/+2
| |
* | Bump versionNed Batchelder2020-03-161-1/+1
| |