summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Make sure that an uninterested setup.cfg doesn't prevent tox.ini from workingNed Batchelder2016-11-191-4/+21
| | |
* | | Update the docs about reading tox.iniNed Batchelder2016-11-191-3/+3
| | |
* | | Clean up line wraps and leftover printsNed Batchelder2016-11-191-7/+2
| | |
* | | Read options from tox.iniStephen Finucane2016-11-181-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If coveragerc does not exist, setup.cfg does not exist or does not contain any coverage-related metadata, and no custom config file is provided, fall back to tox.ini. The syntax of tox.ini files is the same as that expected of setup.cfg files, namely: [coverage:{section}] Fixes: #519 --HG-- branch : issue-519
* | | Don't collapse in an ascii-only file-world. #533Ned Batchelder2016-11-171-2/+10
| | |
* | | A better name for a statNed Batchelder2016-11-122-4/+4
| | |
* | | Allow for the possibility of null-testingNed Batchelder2016-11-122-0/+9
| | |
* | | A macro for extreme debugging.Ned Batchelder2016-11-121-0/+3
| | |
* | | A better wordNed Batchelder2016-11-101-1/+1
| | |
* | | When importing newly made files, we have to invalidate import cachesNed Batchelder2016-11-091-0/+6
| | |
* | | No longer need this pragmaNed Batchelder2016-11-081-1/+1
| | |
* | | Use py2 ConfigParser if we can, prevents deprecation warnings. #530Ned Batchelder2016-11-081-3/+6
| | |
* | | A fix for coding declarations, bug #529Ned Batchelder2016-11-051-1/+5
| | |
* | | Downgrading these from TODONed Batchelder2016-10-221-6/+6
| | |
* | | Update changesNed Batchelder2016-10-221-1/+1
| | |
* | | Remove two temporary debugging log messagesNed Batchelder2016-10-212-5/+0
| | |
* | | Test the debug settings more, and strip spaces from the environment variableNed Batchelder2016-10-212-2/+2
| | |
* | | Also log when erasing data filesNed Batchelder2016-10-211-0/+4
| | |
* | | Fix the new deleting file debug messageNed Batchelder2016-10-212-4/+10
| | |
* | | Also log when we delete combined files.Ned Batchelder2016-10-211-0/+2
| | |
* | | Clean up pylint pragmasNed Batchelder2016-10-181-4/+2
| |/ |/|
* | Use explicit integer division where we need integer divisionNed Batchelder2016-09-281-1/+1
| |
* | A better way to prevent call stacks during multi-line outputNed Batchelder2016-09-252-18/+31
| |
* | Change the debug=callers test to something that will be coverableNed Batchelder2016-09-241-1/+1
| |
* | Clean up and test the callers debugging infoNed Batchelder2016-09-241-4/+4
| |
* | Test short_stack, and give it a skip parameter for better output.Ned Batchelder2016-09-241-2/+5
| |
* | Derp: actually make config not write a call stack for each lineNed Batchelder2016-09-241-1/+1
| |
* | Don't print a call stack for each line in multi-line debug outputNed Batchelder2016-09-241-3/+9
| |
* | Add more debugging for thorny multiprocessing issuesNed Batchelder2016-09-233-1/+12
| |
* | Be absolutely explicit about non-hashability of some objects.Ned Batchelder2016-09-232-0/+4
| | | | | | | | From https://github.com/nedbat/coveragepy/pull/17
* | Ensure random suffixes are different after forkingNed Batchelder2016-09-221-4/+2
| |
* | Omit needless whitespace in json-based data filesNed Batchelder2016-09-131-1/+1
| |
* | In Python 3.6, fnmatch changed a little bit. Adapt.Ned Batchelder2016-09-131-2/+5
| |
* | Use latest pylintNed Batchelder2016-08-071-1/+1
| |
* | Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-073-4/+18
| |
* | Next version will be 4.3Ned Batchelder2016-08-071-1/+1
| |
* | Remove orphaned commented-out lineNed Batchelder2016-08-071-1/+0
| |
* | Built-in support for using aspectlib to debug execution.Ned Batchelder2016-08-062-0/+51
| |
* | Add support for PyPy3 5.2 alpha 1Ned Batchelder2016-08-031-6/+16
| |
* | Spelling fixesVille Skyttä2016-07-311-1/+1
| | | | | | | | | | --HG-- branch : spelling
* | Separate auto-loading from auto-saving, and don't auto-load for subprocessesNed Batchelder2016-07-291-5/+6
| |
* | Merged debounce canonicalizationNed Batchelder2016-07-283-2/+2
|\ \
| * | Correct references to the debounce library file.Ben Finney2016-07-152-2/+2
| | |
| * | Name the debounce library to the canonical upstream filename.Ben Finney2016-07-151-0/+0
| | | | | | | | | | | | | | | --HG-- rename : coverage/htmlfiles/jquery.debounce.min.js => coverage/htmlfiles/jquery.ba-throttle-debounce.min.js
* | | Scooch version to 4.2.1a0Ned Batchelder2016-07-281-1/+1
| | |
* | | Paperwork for version 4.2Ned Batchelder2016-07-261-1/+1
| | |
* | | Merged in scop/coverage.py/pngs (pull request #86)Ned Batchelder2016-07-252-0/+0
|\ \ \ | | | | | | | | | | | | Optimize PNGs
| * | | Run *.png through zopflipngVille Skyttä2016-07-202-0/+0
| |/ / | | | | | | | | | | | | --HG-- branch : pngs
* | | Merged in scop/coverage.py/html-filter (pull request #85)Ned Batchelder2016-07-251-11/+9
|\ \ \ | | | | | | | | | | | | Speed up HTML filtering
| * | | Speed up HTML filteringVille Skyttä2016-07-201-11/+9
| |/ / | | | | | | | | | | | | --HG-- branch : html-filter