Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change nose example to pytest example. #521 | Ned Batchelder | 2016-11-26 | 1 | -4/+5 | |
| | ||||||
* | Try to describe what PyPy we test with | Ned Batchelder | 2016-11-21 | 1 | -5/+5 | |
| | ||||||
* | Keep lines trimmed | Ned Batchelder | 2016-11-20 | 1 | -1/+2 | |
| | ||||||
* | No more nose, use pytest as test runner | Ned Batchelder | 2016-11-20 | 1 | -0/+2 | |
| | ||||||
* | Update the docs about reading tox.ini | Ned Batchelder | 2016-11-19 | 1 | -3/+4 | |
| | ||||||
* | Document the multiproc debug option | Ned Batchelder | 2016-10-22 | 1 | -0/+2 | |
| | ||||||
* | No one wonders about 3.x any more | Ned Batchelder | 2016-10-11 | 1 | -5/+0 | |
| | ||||||
* | doc8 should really be more quiet. | Ned Batchelder | 2016-10-02 | 1 | -1/+3 | |
| | ||||||
* | Use doc8 for some light checking of doc files | Ned Batchelder | 2016-10-02 | 7 | -19/+23 | |
| | ||||||
* | Update link to cobertura | Ned Batchelder | 2016-09-28 | 1 | -1/+1 | |
| | ||||||
* | Use linkcheck on docs, and fix some broken links | Ned Batchelder | 2016-09-24 | 2 | -3/+2 | |
| | ||||||
* | Update dependencies | Ned Batchelder | 2016-08-07 | 1 | -3/+3 | |
| | ||||||
* | Add support for PyPy3 5.2 alpha 1 | Ned Batchelder | 2016-08-03 | 1 | -2/+2 | |
| | ||||||
* | Spelling fixes | Ville Skyttä | 2016-07-31 | 1 | -2/+2 | |
| | | | | | --HG-- branch : spelling | |||||
* | Latest sample_htmlcoverage-4.2 | Ned Batchelder | 2016-07-26 | 12 | -1777/+1786 | |
| | ||||||
* | Paperwork for version 4.2 | Ned Batchelder | 2016-07-26 | 3 | -2/+77 | |
| | ||||||
* | Fix a broken link | Ned Batchelder | 2016-07-26 | 1 | -1/+1 | |
| | ||||||
* | Merged in scop/coverage.py/pngs (pull request #86) | Ned Batchelder | 2016-07-25 | 2 | -0/+0 | |
|\ | | | | | | | Optimize PNGs | |||||
| * | Run *.png through zopflipng | Ville Skyttä | 2016-07-20 | 2 | -0/+0 | |
| | | | | | | | | | | --HG-- branch : pngs | |||||
* | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 1 | -11/+9 | |
|/ | | | | | --HG-- branch : html-filter | |||||
* | Make more tweaks to the man page | Ned Batchelder | 2016-07-04 | 1 | -2/+2 | |
| | ||||||
* | Update the 4.2b1 details where we need themcoverage-4.2b1 | Ned Batchelder | 2016-07-04 | 3 | -3/+9 | |
| | ||||||
* | Tweak the docs about using other options with multiprocessing | Ned Batchelder | 2016-07-04 | 1 | -2/+3 | |
| | ||||||
* | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 2 | -2/+8 | |
| | ||||||
* | Explicitly install the theme sphinx no longer installs | Ned Batchelder | 2016-06-26 | 1 | -0/+1 | |
| | ||||||
* | Update requirements | Ned Batchelder | 2016-06-26 | 1 | -1/+1 | |
| | ||||||
* | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 1 | -0/+5 | |
| | | | | | | | | | | | Combine used to always load an existing .coverage file. This lead to confusing results and extra tox-clean steps. Now the default is to not load the existing file, though a new --append switch on coverage combine gets you that behavior if you need it. This also pointed up an issue with concurrency=multiprocessing, which is that the child processes automatically used parallel=True, but the parent process did not. Now concurrency=multiprocessing implies parallel=True. | |||||
* | Final touch on docs for sort column | Ned Batchelder | 2016-06-10 | 1 | -2/+2 | |
| | ||||||
* | Clean up #199 | Ned Batchelder | 2016-06-08 | 1 | -2/+3 | |
| | ||||||
* | Make report's 'sort' option available only via the configuration file, not ↵ | Dan Wandschneider | 2016-06-08 | 1 | -0/+2 | |
| | | | | available on the command line. | |||||
* | Emit a warning when an invalid file is detected with ignore_errors=true. | Matthew Boehm | 2016-06-02 | 1 | -1/+1 | |
| | | | | | Previously, when an invalid file was encountered, it would be silently ignored. | |||||
* | Add documentation for `coverage debug config` | Matthew Boehm | 2016-06-02 | 1 | -2/+5 | |
| | ||||||
* | Remove a spurious character | Ned Batchelder | 2016-05-25 | 1 | -2/+2 | |
| | ||||||
* | Latest sample html report | Ned Batchelder | 2016-05-21 | 13 | -4183/+4307 | |
| | ||||||
* | Getting ready for 4.1 final | Ned Batchelder | 2016-05-21 | 3 | -9/+13 | |
| | ||||||
* | Keep the version of sphinx that works for now. | Ned Batchelder | 2016-05-20 | 1 | -1/+1 | |
| | ||||||
* | Use the latest of everything | Ned Batchelder | 2016-05-20 | 1 | -1/+1 | |
| | ||||||
* | Correct inaccuracies in CHANGES | Ned Batchelder | 2016-05-10 | 1 | -3/+3 | |
| | ||||||
* | Update words for 4.1b3coverage-4.1b3 | Ned Batchelder | 2016-05-10 | 3 | -8/+52 | |
| | ||||||
* | Added an example to [omit] docs | Ned Batchelder | 2016-05-08 | 1 | -1/+10 | |
| | ||||||
* | Don't need this old css file any more | Ned Batchelder | 2016-05-08 | 2 | -229/+0 | |
| | ||||||
* | Fix nose URLs to not point to a weird spammy site | Ned Batchelder | 2016-05-05 | 2 | -3/+3 | |
| | ||||||
* | Test on PyPy 5.1, and note the support | Ned Batchelder | 2016-05-03 | 1 | -1/+1 | |
| | ||||||
* | readthedocs.io now | Ned Batchelder | 2016-04-30 | 1 | -5/+5 | |
| | ||||||
* | Add mentions to the docs about the need for the C extension | Ned Batchelder | 2016-03-29 | 3 | -8/+24 | |
| | ||||||
* | A better way to indicate the presence of the C extension | Ned Batchelder | 2016-03-29 | 1 | -5/+14 | |
| | ||||||
* | Update the doc examples of --version output | Ned Batchelder | 2016-03-29 | 1 | -4/+4 | |
| | ||||||
* | Update requirements, maybe this will make gevent work on appveyor | Ned Batchelder | 2016-03-02 | 1 | -1/+1 | |
| | ||||||
* | Even more precise | Ned Batchelder | 2016-02-28 | 1 | -8/+9 | |
| | ||||||
* | Correct spelling. #477 | Ned Batchelder | 2016-02-28 | 1 | -8/+8 | |
| |