Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PyPy 3.7 doesn't act exactly like CPython 3.7nedbat/pythons | Ned Batchelder | 2020-10-10 | 1 | -1/+1 |
| | |||||
* | More about optional | Ned Batchelder | 2020-09-27 | 1 | -0/+8 |
| | |||||
* | Bump | Ned Batchelder | 2020-09-13 | 1 | -1/+1 |
| | |||||
* | Making a releasecoverage-5.3 | Ned Batchelder | 2020-09-13 | 1 | -1/+1 |
| | |||||
* | If a plugin is disabled, don't try to record its file tracers. #1011 | Ned Batchelder | 2020-09-13 | 2 | -1/+16 |
| | |||||
* | Move disable_plugin to Python | Ned Batchelder | 2020-09-13 | 3 | -47/+21 |
| | |||||
* | Fix a missed exception handling for bad plugins | Ned Batchelder | 2020-09-13 | 1 | -1/+2 |
| | |||||
* | Docs and cleanup for source_pkgs | Ned Batchelder | 2020-09-12 | 2 | -2/+9 |
| | |||||
* | Create Way to force package even if filepath exists (#1026) | Thomas Grainger | 2020-09-12 | 3 | -2/+5 |
| | | | Fixes: #268 | ||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -2/+1 |
| | |||||
* | Scooch | Ned Batchelder | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Prep for 5.2.1 | Ned Batchelder | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Displaying timezone information in HTML report (#960) | Xie Yanbo | 2020-07-23 | 2 | -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. #1009 | Ned Batchelder | 2020-07-09 | 2 | -9/+24 |
| | |||||
* | Bump version | Ned Batchelder | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | Add 'coverage debug' to help | Ned Batchelder | 2020-07-05 | 1 | -2/+3 |
| | |||||
* | Next version is 5.2 | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | Back to monospaced for the index page | Ned Batchelder | 2020-07-05 | 2 | -2/+2 |
| | |||||
* | Switch to python-based sass compiler | Ned Batchelder | 2020-07-05 | 1 | -1/+111 |
| | |||||
* | Add --help output to command docs, and other reorganization | Ned Batchelder | 2020-07-04 | 1 | -2/+5 |
| | |||||
* | Report descending sort option (#1005) | Jerin Peter George | 2020-07-03 | 4 | -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/bug976 | Ned Batchelder | 2020-06-30 | 3 | -3/+11 |
| | |||||
* | More HTML tweaks | Ned Batchelder | 2020-06-29 | 2 | -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_covered | Ned Batchelder | 2020-06-29 | 1 | -0/+6 |
|\ | | | | | Add --no-skip-covered to allow negation of --skip-covered | ||||
| * | Add --no-skip-covered to allow negation of --skip-covered | Anthony Sottile | 2020-02-14 | 1 | -0/+6 |
| | | |||||
* | | More details on --source filtering | Ned Batchelder | 2020-06-29 | 2 | -11/+37 |
| | | |||||
* | | Next version will be 5.2 | Ned Batchelder | 2020-06-28 | 1 | -1/+1 |
| | | |||||
* | | Provide more information in the fail-under message | Ned Batchelder | 2020-06-28 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #977 from navyad/navyad/fail-under | Ned Batchelder | 2020-06-28 | 1 | -0/+1 |
|\ \ | | | | | | | message for fail-under | ||||
| * | | message for fail-under | navyad | 2020-04-19 | 1 | -0/+1 |
| | | | |||||
* | | | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 2 | -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/darkmode | Ned Batchelder | 2020-06-28 | 3 | -131/+407 |
|\ \ \ | | | | | | | | | Add dark mode, and other design changes for the HTML report. | ||||
| * | | | Fix tests | Vince Salvino | 2020-06-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 3 | -131/+407 |
| | |/ | |/| | |||||
* | | | Better | Ned Batchelder | 2020-05-29 | 1 | -1/+1 |
| | | | |||||
* | | | Read the config file contents as bytes, it's just for debugging anyway. #990 | Ned Batchelder | 2020-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | Update pylint | Ned Batchelder | 2020-05-19 | 3 | -3/+3 |
| | | | |||||
* | | | Make the bare help message a bit more helpful | Ned Batchelder | 2020-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | Finish up --precision | Ned Batchelder | 2020-05-12 | 2 | -6/+16 |
| | | | |||||
* | | | Add --precision switch to report command | Teake Nutma | 2020-04-30 | 2 | -2/+12 |
| |/ |/| | |||||
* | | Version bump | Ned Batchelder | 2020-04-12 | 1 | -1/+1 |
| | | |||||
* | | Prep for v5.1 | Ned Batchelder | 2020-04-12 | 1 | -1/+1 |
| | | |||||
* | | New JSON info should be reported on individual files also. | Ned Batchelder | 2020-04-11 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #966 from SZVector/json_dump_all_attributes | Ned Batchelder | 2020-04-11 | 1 | -0/+2 |
|\ \ | | | | | | | Extending jsonreport.py to also include all branch attributes | ||||
| * | | Extending jsonreport.py to also include all branch attributes | Salvatore Zagaria | 2020-04-07 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com> | ||||
* | | | Finish up #967. Thanks, Bernát Gábor | Ned Batchelder | 2020-04-11 | 2 | -1/+10 |
| | | | |||||
* | | | Allow plugins to alter the paths config | Bernat Gabor | 2020-04-03 | 1 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | ||||
* | | Thanks, Kjell Braden | Ned Batchelder | 2020-03-26 | 1 | -1/+0 |
| | | |||||
* | | handle decorators for AsyncFunctionDefs. Closes #964 | Kjell Braden | 2020-03-24 | 1 | -0/+2 |
| | | |||||
* | | Bump version | Ned Batchelder | 2020-03-16 | 1 | -1/+1 |
| | |