Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | --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 |
* | 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 | 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 | navyad | 2020-04-19 | 1 | -0/+1 |
* | | | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 2 | -134/+27 |
* | | | Merge pull request #931 from vsalvino/darkmode | Ned Batchelder | 2020-06-28 | 3 | -131/+407 |
|\ \ \ | |||||
| * | | | 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 | Salvatore Zagaria | 2020-04-07 | 1 | -0/+2 |
* | | | 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 |
|/ / | |||||
* | | 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 |
* | | Getting ready for 5.0.4 | Ned Batchelder | 2020-03-16 | 1 | -1/+1 |
* | | relative_files makes XML store relative paths. #948. | Ned Batchelder | 2020-03-15 | 1 | -3/+5 |
* | | htmlfiles: Handle localStorage not accessible | AbdealiJK | 2020-02-29 | 1 | -2/+7 |
* | | Complete the docs for source_token_lines. #947 | Ned Batchelder | 2020-02-26 | 1 | -0/+1 |
* | | Fix bug with missing negative line numbers on PyPy3 7.1 #943 | Ned Batchelder | 2020-02-23 | 1 | -1/+1 |
|/ | |||||
* | Include PID in the atexit log | Bruno P. Kinoshita | 2020-01-28 | 1 | -1/+1 |
* | Remove a temporary xfail for 3.9a2 | Ned Batchelder | 2020-01-25 | 1 | -4/+0 |
* | Move an import to the top | Ned Batchelder | 2020-01-13 | 1 | -2/+1 |
* | Add temp_store to the SQLite3 debug output | Ned Batchelder | 2020-01-13 | 1 | -0/+2 |
* | Correct the use of fetchone | Ned Batchelder | 2020-01-13 | 1 | -3/+20 |
* | Bump version | Ned Batchelder | 2020-01-12 | 1 | -1/+1 |
* | Prep for 5.0.3 | Ned Batchelder | 2020-01-11 | 1 | -1/+1 |
* | Include SQLite compile_options in "debug sys" | Ned Batchelder | 2020-01-11 | 1 | -0/+4 |