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 |
| | |||||
* | Python 3.10 | Ned Batchelder | 2020-10-10 | 1 | -1/+5 |
| | |||||
* | If a plugin is disabled, don't try to record its file tracers. #1011 | Ned Batchelder | 2020-09-13 | 1 | -0/+32 |
| | |||||
* | Fix a missed exception handling for bad plugins | Ned Batchelder | 2020-09-13 | 1 | -0/+22 |
| | |||||
* | ambigious -> ambiguous | Ned Batchelder | 2020-09-12 | 5 | -10/+10 |
| | |||||
* | Docs and cleanup for source_pkgs | Ned Batchelder | 2020-09-12 | 4 | -7/+6 |
| | |||||
* | Create Way to force package even if filepath exists (#1026) | Thomas Grainger | 2020-09-12 | 5 | -0/+24 |
| | | | Fixes: #268 | ||||
* | replace confusing comment with assertion (#1028) | Thomas Grainger | 2020-09-12 | 1 | -3/+12 |
| | |||||
* | Explain a mystery | Ned Batchelder | 2020-09-02 | 1 | -0/+4 |
| | |||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 13 | -54/+53 |
| | |||||
* | Displaying timezone information in HTML report (#960) | Xie Yanbo | 2020-07-23 | 39 | -38/+44 |
| | | | | | | | | * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions | ||||
* | CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013) | latricewilgus | 2020-07-19 | 1 | -1/+1 |
| | | | | | | | | | The number of lines in the help output of a command depends on the terminal size. The smaller the more line breaks. The minimum number of lines for the current help message is 23. Currently we are checking for at least 30 lines, yielding to failures on large terminals. Reduce the number (currently 30) to 20 to have some leeway for the future. | ||||
* | Fix dark mode for context listing. #1009 | Ned Batchelder | 2020-07-09 | 1 | -2/+12 |
| | |||||
* | A known failure has been fixed | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | Back to monospaced for the index page | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | Switch to python-based sass compiler | Ned Batchelder | 2020-07-05 | 1 | -1/+111 |
| | |||||
* | Report descending sort option (#1005) | Jerin Peter George | 2020-07-03 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | * 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> | ||||
* | Fix broken sorting tests. Good catch, Jerin Peter George | Ned Batchelder | 2020-07-03 | 1 | -10/+11 |
| | |||||
* | --skip-empty now applies to the XML report also. #976nedbat/bug976 | Ned Batchelder | 2020-06-30 | 2 | -1/+8 |
| | |||||
* | Simplify testing of --no-skip-covered, and add docs | Ned Batchelder | 2020-06-29 | 2 | -30/+10 |
| | |||||
* | More HTML tweaks | Ned Batchelder | 2020-06-29 | 1 | -4/+3 |
| | | | | | | | | - 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/+30 |
|\ | | | | | 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/+30 |
| | | |||||
* | | Provide more information in the fail-under message | Ned Batchelder | 2020-06-28 | 1 | -2/+8 |
| | | |||||
* | | Merge pull request #977 from navyad/navyad/fail-under | Ned Batchelder | 2020-06-28 | 1 | -2/+2 |
|\ \ | | | | | | | message for fail-under | ||||
| * | | message for fail-under | navyad | 2020-04-19 | 1 | -2/+2 |
| | | | |||||
* | | | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 1 | -122/+11 |
| | | | | | | | | | | | | | | | | | | - 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 | 25 | -116/+275 |
|\ \ \ | | | | | | | | | Add dark mode, and other design changes for the HTML report. | ||||
| * | | | Fix tests | Vince Salvino | 2020-06-24 | 24 | -74/+74 |
| | | | | |||||
| * | | | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 1 | -42/+201 |
| | |/ | |/| | |||||
* | | | Read the config file contents as bytes, it's just for debugging anyway. #990 | Ned Batchelder | 2020-05-23 | 1 | -4/+10 |
| | | | |||||
* | | | Update pylint | Ned Batchelder | 2020-05-19 | 1 | -1/+1 |
| | | | |||||
* | | | Make the bare help message a bit more helpful | Ned Batchelder | 2020-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'pr/982' | Ned Batchelder | 2020-05-12 | 1 | -3/+13 |
|\ \ \ | |||||
| * | | | Finish up --precision | Ned Batchelder | 2020-05-12 | 1 | -3/+13 |
| | |/ | |/| | |||||
* | | | tests/gold/html/Makefile: support more shells (#984) | Roland Illig | 2020-05-10 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | * tests/gold/html/Makefile: support more shells Not all shells support the `[[` keywords. Among them are many `/bin/sh`. * Update tests/gold/html/Makefile Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | | New JSON info should be reported on individual files also. | Ned Batchelder | 2020-04-11 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #966 from SZVector/json_dump_all_attributes | Ned Batchelder | 2020-04-11 | 1 | -1/+3 |
|\ \ | | | | | | | Extending jsonreport.py to also include all branch attributes | ||||
| * | | Extending jsonreport.py to also include all branch attributes | Salvatore Zagaria | 2020-04-07 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com> | ||||
* | | | Beef up the test for get_option(paths) | Ned Batchelder | 2020-04-11 | 1 | -1/+14 |
| | | | |||||
* | | | Allow plugins to alter the paths config | Bernat Gabor | 2020-04-03 | 1 | -0/+12 |
|/ / | | | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | ||||
* | | handle decorators for AsyncFunctionDefs. Closes #964 | Kjell Braden | 2020-03-24 | 1 | -0/+17 |
| | | |||||
* | | relative_files makes XML store relative paths. #948. | Ned Batchelder | 2020-03-15 | 1 | -0/+13 |
| | | |||||
* | | sysconfig has been available since 2.7 | Ned Batchelder | 2020-02-29 | 1 | -2/+2 |
|/ | |||||
* | Remove a temporary xfail for 3.9a2 | Ned Batchelder | 2020-01-25 | 1 | -8/+1 |
| | |||||
* | Better xfail mechanism | Ned Batchelder | 2020-01-18 | 4 | -25/+24 |
| | |||||
* | "coverage debug premain" | Ned Batchelder | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | A test of running coverage when it has been zipped. #862 | Ned Batchelder | 2020-01-11 | 1 | -1/+12 |
| | |||||
* | A test that reproduces #862 | Ned Batchelder | 2020-01-10 | 1 | -0/+18 |
| | |||||
* | bpo39166 is fixed | Ned Batchelder | 2020-01-10 | 1 | -1/+1 |
| |