Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add 'coverage debug' to help | Ned Batchelder | 2020-07-05 | 1 | -0/+15 | |
| | ||||||
* | Add new 5.2 options to the man page | Ned Batchelder | 2020-07-05 | 1 | -0/+22 | |
| | ||||||
* | Next version is 5.2 | Ned Batchelder | 2020-07-05 | 2 | -5/+5 | |
| | ||||||
* | Update packages | Ned Batchelder | 2020-07-04 | 1 | -5/+5 | |
| | ||||||
* | Don't check GitHub issue or pull links, since they start to fail after too many | Ned Batchelder | 2020-07-04 | 1 | -0/+7 | |
| | ||||||
* | Add --help output to command docs, and other reorganization | Ned Batchelder | 2020-07-04 | 4 | -85/+118 | |
| | ||||||
* | Report sorting option is thanks to Jerin Peter George | Ned Batchelder | 2020-07-03 | 1 | -0/+2 | |
| | ||||||
* | Simplify testing of --no-skip-covered, and add docs | Ned Batchelder | 2020-06-29 | 1 | -1/+2 | |
| | ||||||
* | Finish up --precision | Ned Batchelder | 2020-05-12 | 1 | -0/+6 | |
| | ||||||
* | Prep for v5.1 | Ned Batchelder | 2020-04-12 | 1 | -3/+3 | |
| | ||||||
* | One clarification | Ned Batchelder | 2020-04-05 | 1 | -0/+2 | |
| | ||||||
* | Make the questions heading so they can be linked to | Ned Batchelder | 2020-04-04 | 1 | -9/+14 | |
| | ||||||
* | Latest sample HTML | Ned Batchelder | 2020-03-16 | 12 | -23/+28 | |
| | ||||||
* | Getting ready for 5.0.4 | Ned Batchelder | 2020-03-16 | 2 | -3/+3 | |
| | ||||||
* | Update sphinx to handle 308 redirects | Ned Batchelder | 2020-02-29 | 1 | -1/+1 | |
| | ||||||
* | Fix: doc/config.rst:243: D001 Line too long | Ned Batchelder | 2020-02-26 | 1 | -2/+2 | |
| | ||||||
* | Adds coverage-conditional-plugin | Nikita Sobolev | 2020-02-26 | 1 | -0/+8 | |
| | | | | | Repo: https://github.com/wemake-services/coverage-conditional-plugin Blog post: https://sobolevn.me/2020/02/conditional-coverage | |||||
* | escape backslashes in windows filepath in config docs | Oleg Höfling | 2020-02-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com> | |||||
* | Correct a comment | Ned Batchelder | 2020-01-26 | 1 | -2/+2 | |
| | ||||||
* | Prep for 5.0.3 | Ned Batchelder | 2020-01-11 | 1 | -2/+2 | |
| | ||||||
* | "coverage debug premain" | Ned Batchelder | 2020-01-11 | 1 | -1/+2 | |
| | ||||||
* | Latest sample html reportcoverage-5.0.2 | Ned Batchelder | 2020-01-05 | 11 | -21/+21 | |
| | ||||||
* | Prep for 5.0.2 | Ned Batchelder | 2020-01-05 | 1 | -2/+2 | |
| | ||||||
* | 2019 -> 2020 | Ned Batchelder | 2020-01-04 | 1 | -1/+1 | |
| | ||||||
* | Warn if two things change the dynamic context. #901 | Ned Batchelder | 2019-12-27 | 1 | -0/+6 | |
| | ||||||
* | Somehow the '[run] dynamic_context' setting wasn't in config.rst? | Ned Batchelder | 2019-12-27 | 1 | -0/+5 | |
| | ||||||
* | Prep for 5.0.1coverage-5.0.1 | Ned Batchelder | 2019-12-22 | 1 | -2/+2 | |
| | ||||||
* | Be clear about the documented parts of the API. | Ned Batchelder | 2019-12-16 | 2 | -0/+8 | |
| | ||||||
* | Sample html report for 5.0coverage-5.0 | Ned Batchelder | 2019-12-14 | 13 | -7566/+3975 | |
| | ||||||
* | Prep for 5.0 | Ned Batchelder | 2019-12-13 | 1 | -2/+2 | |
| | ||||||
* | Clarify the connection between subprocesses and --concurrency | Ned Batchelder | 2019-12-11 | 1 | -0/+6 | |
| | ||||||
* | Better wording on the Sleepy page | Ned Batchelder | 2019-12-08 | 1 | -3/+3 | |
| | ||||||
* | Prep for 5.0b2coverage-5.0b2 | Ned Batchelder | 2019-12-08 | 1 | -2/+2 | |
| | ||||||
* | Sleepy Snake | Ned Batchelder | 2019-12-08 | 5 | -1/+23 | |
| | ||||||
* | A little easier to read in contributing.rst | Ned Batchelder | 2019-12-08 | 1 | -4/+4 | |
| | ||||||
* | Polish up cmd.rst | Ned Batchelder | 2019-12-08 | 3 | -36/+32 | |
| | ||||||
* | Update the FAQ | Ned Batchelder | 2019-12-08 | 1 | -47/+33 | |
| | ||||||
* | sphinx-tabs needs to get along with linkcheck | Ned Batchelder | 2019-12-08 | 1 | -1/+2 | |
| | ||||||
* | Use tabs to describe different test runner quick-starts | Ned Batchelder | 2019-12-07 | 4 | -16/+78 | |
| | ||||||
* | Describing the versions is easier with substitutions | Ned Batchelder | 2019-12-07 | 1 | -17/+4 | |
| | ||||||
* | parsed-literals aren't styled right, fix that. | Ned Batchelder | 2019-12-07 | 1 | -0/+13 | |
| | ||||||
* | Redo installation page | Ned Batchelder | 2019-12-07 | 2 | -27/+31 | |
| | ||||||
* | Links should have better affordances | Ned Batchelder | 2019-12-07 | 1 | -0/+4 | |
| | ||||||
* | sphinx-autobuild is handy | Ned Batchelder | 2019-12-07 | 1 | -0/+1 | |
| | ||||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 1 | -0/+5 | |
| | ||||||
* | The [paths] setting is ordered. #649 | Ned Batchelder | 2019-12-01 | 1 | -0/+3 | |
| | ||||||
* | Keep the what's new up to date | Ned Batchelder | 2019-12-01 | 1 | -0/+4 | |
| | ||||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 3 | -2/+19 | |
| | ||||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | This line was too long, but nothing had changed in years? | Ned Batchelder | 2019-11-25 | 1 | -3/+3 | |
| |