Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New cmd_help needs to be built for 'tox -e doc' | Ned Batchelder | 2020-07-05 | 1 | -0/+3 |
| | |||||
* | Don't check our own readthedocs links | Ned Batchelder | 2020-07-05 | 2 | -2/+3 |
| | |||||
* | Add 'coverage debug' to help | Ned Batchelder | 2020-07-05 | 2 | -2/+18 |
| | |||||
* | Add new 5.2 options to the man page | Ned Batchelder | 2020-07-05 | 1 | -0/+22 |
| | |||||
* | Fix tox-battery | Ned Batchelder | 2020-07-05 | 1 | -1/+2 |
| | |||||
* | Next version is 5.2 | Ned Batchelder | 2020-07-05 | 4 | -8/+11 |
| | |||||
* | Back to monospaced for the index page | Ned Batchelder | 2020-07-05 | 3 | -3/+3 |
| | |||||
* | Switch to python-based sass compiler | Ned Batchelder | 2020-07-05 | 4 | -3/+224 |
| | |||||
* | Update packages | Ned Batchelder | 2020-07-04 | 7 | -20/+22 |
| | |||||
* | Fix some checking configurations | Ned Batchelder | 2020-07-04 | 2 | -1/+2 |
| | |||||
* | Don't check GitHub issue or pull links, since they start to fail after too many | Ned Batchelder | 2020-07-04 | 1 | -0/+7 |
| | |||||
* | Document two more Makefile targets | Ned Batchelder | 2020-07-04 | 1 | -2/+2 |
| | |||||
* | Add --help output to command docs, and other reorganization | Ned Batchelder | 2020-07-04 | 7 | -97/+152 |
| | |||||
* | Report sorting option is thanks to Jerin Peter George | Ned Batchelder | 2020-07-03 | 3 | -0/+7 |
| | |||||
* | Report descending sort option (#1005) | Jerin Peter George | 2020-07-03 | 5 | -3/+27 |
| | | | | | | | | | | | | | | | * 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 | 6 | -7/+26 |
| | |||||
* | Simplify testing of --no-skip-covered, and add docs | Ned Batchelder | 2020-06-29 | 4 | -31/+18 |
| | |||||
* | More HTML tweaks | Ned Batchelder | 2020-06-29 | 3 | -16/+11 |
| | | | | | | | | - 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 | 2 | -0/+36 |
|\ | | | | | 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 | 2 | -0/+36 |
| | | |||||
* | | One more thing I did | Ned Batchelder | 2020-06-29 | 1 | -0/+4 |
| | | |||||
* | | CHANGES improvements | Ned Batchelder | 2020-06-29 | 1 | -3/+8 |
| | | |||||
* | | 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 | 2 | -3/+12 |
| | | |||||
* | | The --fail-under message is thanks to Naveen Yadav | Ned Batchelder | 2020-06-28 | 2 | -0/+5 |
| | | |||||
* | | Merge pull request #977 from navyad/navyad/fail-under | Ned Batchelder | 2020-06-28 | 2 | -2/+3 |
|\ \ | | | | | | | message for fail-under | ||||
| * | | message for fail-under | navyad | 2020-04-19 | 2 | -2/+3 |
| | | | |||||
* | | | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 3 | -256/+38 |
| | | | | | | | | | | | | | | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page | ||||
* | | | New HTML report is by Victor Salvino | Ned Batchelder | 2020-06-28 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #931 from vsalvino/darkmode | Ned Batchelder | 2020-06-28 | 28 | -247/+682 |
|\ \ \ | | | | | | | | | Add dark mode, and other design changes for the HTML report. | ||||
| * | | | Fix tests | Vince Salvino | 2020-06-24 | 25 | -75/+75 |
| | | | | |||||
| * | | | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 4 | -173/+608 |
| | |/ | |/| | |||||
* | | | No size is better | Ned Batchelder | 2020-06-11 | 2 | -2/+1 |
| | | | |||||
* | | | 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 | 3 | -5/+16 |
| | | | |||||
* | | | Use requests link parsing | Ned Batchelder | 2020-05-20 | 1 | -7/+3 |
| | | | |||||
* | | | GitHub release automation | Ned Batchelder | 2020-05-19 | 5 | -45/+244 |
| | | | |||||
* | | | Update pylint | Ned Batchelder | 2020-05-19 | 5 | -5/+5 |
| | | | |||||
* | | | Make the bare help message a bit more helpful | Ned Batchelder | 2020-05-17 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'pr/982' | Ned Batchelder | 2020-05-12 | 6 | -11/+50 |
|\ \ \ | |||||
| * | | | Finish up --precision | Ned Batchelder | 2020-05-12 | 6 | -10/+39 |
| | | | | |||||
| * | | | Add --precision switch to report command | Teake Nutma | 2020-04-30 | 2 | -2/+12 |
| | | | | |||||
* | | | | 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> | ||||
* | | | | Appveyor should use the same version of pip as everything else | Ned Batchelder | 2020-04-30 | 4 | -7/+9 |
|/ / / | |||||
* | | | Downloads badge is working again | Ned Batchelder | 2020-04-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Try to get better bug reports | Ned Batchelder | 2020-04-13 | 1 | -1/+1 |
| | | |||||
* | | Oops, wrong issue number in the changelog | Ned Batchelder | 2020-04-12 | 1 | -2/+2 |
| | | |||||
* | | Version bump | Ned Batchelder | 2020-04-12 | 2 | -1/+6 |
| | |