summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use https for codecov.io imagesalty_horse/use-https-for-codecovio-image-1519130663808Ori Avtalion2018-02-201-2/+2
|
* Bump versionNed Batchelder2018-02-102-1/+6
|
* Coverage 4.5.1Ned Batchelder2018-02-100-0/+0
|
* Fix plugin sysinfo tests under pytracercoverage-4.5.1Ned Batchelder2018-02-101-1/+6
|
* Making 4.5.1Ned Batchelder2018-02-104-6/+9
|
* A little moreNed Batchelder2018-02-101-0/+3
|
* Add a warning about plugins potentially interfering with coverage ↵Ned Batchelder2018-02-102-2/+10
| | | | measurement. Learned from #637
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-103-13/+21
|
* Don't ask all plugins about executable files, only ask file tracersNed Batchelder2018-02-101-1/+1
|
* Oops, omitting inside a source package didn't work. Now it does. #638Ned Batchelder2018-02-103-3/+14
|
* Properly handle empty decorated functions in 3.7. #640Ned Batchelder2018-02-093-7/+29
|
* TypoNed Batchelder2018-02-041-1/+1
|
* A nicer comment blockNed Batchelder2018-02-031-10/+9
|
* Bump version and improve notes about how to bump versionsNed Batchelder2018-02-033-8/+29
|
* Coverage 4.5Ned Batchelder2018-02-030-0/+0
|
* Latest sample HTML reportcoverage-4.5Ned Batchelder2018-02-0311-1777/+1777
|
* Version 4.5 paperworkNed Batchelder2018-02-037-10/+12
|
* greenlet 0.4.13 is good on 3.7Ned Batchelder2018-02-012-7/+2
|
* Remove two unused namesNed Batchelder2018-01-281-2/+2
|
* Use latest of sphinx and pycontractsNed Batchelder2018-01-232-2/+2
|
* Update the version of PyPy we claim to support.Ned Batchelder2018-01-232-2/+2
|
* Use latest pylint, not that it fixes the two false warnings we get :(Ned Batchelder2018-01-231-1/+1
|
* Simplify the aliases structureNed Batchelder2018-01-231-4/+4
|
* Avoid a temp dir for a test that doesn't need itNed Batchelder2018-01-221-0/+2
|
* Ensure mapped paths use the separator of the result. #618Ned Batchelder2018-01-223-2/+39
|
* Fix typosNed Batchelder2018-01-211-3/+3
|
* Raise an error if combine can't find usable data files. #629Ned Batchelder2018-01-213-2/+47
|
* fail_under can now be a float. #631.Ned Batchelder2018-01-219-47/+72
|
* Add a test that report uses the precision.Ned Batchelder2018-01-211-0/+43
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-205-11/+49
| | | | and #622.
* Don't ever create HTML filenames longer than ~200 chars. Fixes #627.Ned Batchelder2018-01-204-4/+37
|
* Fine-tune the pypy3 5.10.0 json bugNed Batchelder2018-01-151-1/+1
|
* The config plug-ins are a new feature, so the next version is at least 4.5Ned Batchelder2018-01-141-1/+1
|
* It's gevent that needs CythonNed Batchelder2018-01-141-1/+1
|
* I guess prevent installation on Python 4?Ned Batchelder2018-01-141-1/+1
|
* Merged in jdufresne/coverage.py (pull request #136)Ned Batchelder2018-01-144-4/+11
|\ | | | | | | Pass python_requires argument to setuptools
| * Use an older eventlet for py26Ned Batchelder2018-01-141-1/+2
| |
| * 3.5.4 has a regression, so skip a testNed Batchelder2018-01-141-0/+2
| |
| * Get gevent and greenlet running on 3.7 by installing from gitNed Batchelder2018-01-141-1/+5
| |
| * Use the latest eventlet. Doesn't help with the 3.7 failuresNed Batchelder2018-01-131-1/+1
| |
| * Fine tune some moreNed Batchelder2018-01-131-1/+1
| |
| * Fine-tune the 3.7 decisionsNed Batchelder2018-01-132-2/+2
| |
* | Pass python_requires argument to setuptoolsJon Dufresne2018-01-111-0/+2
|/ | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* Python 3.7 optimizes away 'not __debug__'Ned Batchelder2018-01-101-3/+9
|
* Python 3.7 tweaked the layout of .pyc filesNed Batchelder2018-01-102-12/+32
|
* Wrap some lines better.Ned Batchelder2018-01-101-4/+4
|
* Skip a test that fails due to a bug in PyPy3-5.10Ned Batchelder2018-01-071-1/+5
|
* Merged in jdufresne/coverage.py (pull request #135)Ned Batchelder2018-01-067-13/+13
|\ | | | | | | Update all Read the Docs links to use https
| * Update all Read the Docs links to use httpsJon Dufresne2018-01-067-13/+13
| |
* | A new kind of plug-in: configurers. #563Ned Batchelder2018-01-069-98/+216
|/