| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | | |||||
| * | More pragmas to fine-tune coverage of test code | Ned Batchelder | 2018-02-22 | 1 | -0/+4 |
| | | |||||
| * | Minimal IronPython support. | Ned Batchelder | 2017-03-14 | 1 | -0/+4 |
| | | | | | | IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces unicode! f_lasti is missing, and frame globals are missing. | ||||
| * | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -1/+18 |
| | | |||||
| * | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 1 | -0/+2 |
| | | |||||
| * | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -0/+1 |
| | | |||||
| * | More-accurate pragmas | Ned Batchelder | 2016-11-29 | 1 | -0/+1 |
| | | |||||
| * | Did it used to work to have hash marks in exclude regexes? | Ned Batchelder | 2016-09-24 | 1 | -5/+5 |
| | | |||||
| * | Maybe we want to test main functions. | Ned Batchelder | 2015-08-30 | 1 | -1/+0 |
| | | |||||
| * | Appveyor puts files in c:\projects\coveragepy | Ned Batchelder | 2015-08-29 | 1 | -0/+1 |
| | | |||||
| * | Better metacov file naming and combining | Ned Batchelder | 2015-08-25 | 1 | -1/+1 |
| | | | | | | | Now .metacov data files are named for the platform they are running on, and are combined at the end of the test suite, so each platform only has a dozen files to copy, instead of hundreds. | ||||
| * | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | | |||||
| * | Make sure env.TESTING is true during meta-coverage. | Ned Batchelder | 2015-07-23 | 1 | -0/+1 |
| | | |||||
| * | Don't need to omit mock any more, since we install it properly. | Ned Batchelder | 2015-07-20 | 1 | -1/+0 |
| | | |||||
| * | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -0/+2 |
| | | |||||
| * | Run the tests from the working tree, simplifying combining later | Ned Batchelder | 2014-09-28 | 1 | -14/+0 |
| | | |||||
| * | Get windows data merged properly. | Ned Batchelder | 2014-09-28 | 1 | -0/+2 |
| | | |||||
| * | Get coverage-coverage working nicely again | Ned Batchelder | 2014-09-20 | 1 | -13/+5 |
| | | |||||
| * | Update the versions we support | Ned Batchelder | 2014-05-03 | 1 | -9/+4 |
| | | |||||
| * | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -1/+1 |
| | | |||||
| * | Might as well get the pypy paths right. | Ned Batchelder | 2012-12-28 | 1 | -3/+2 |
| | | |||||
| * | Also add an unfortunate number of entries for Windows locations. | Ned Batchelder | 2012-12-09 | 1 | -2/+15 |
| | | |||||
| * | Get meta-coverage working on sub-processes. | Ned Batchelder | 2012-12-09 | 1 | -0/+14 |
| | | |||||
| * | Use '# pragma: nested' for lines not covered due to nested coverage. | Ned Batchelder | 2012-12-02 | 1 | -0/+1 |
| | | |||||
| * | Cross-platform coveage measurement. | Ned Batchelder | 2012-12-01 | 1 | -0/+5 |
| | | |||||
| * | A bunch of tweaks to improve coverage | Ned Batchelder | 2012-12-01 | 1 | -0/+3 |
| | | |||||
| * | Switch to our own prama syntax, so the tests can use the std without getting ↵ | Ned Batchelder | 2012-12-01 | 1 | -2/+2 |
| | | | | | mixed up. | ||||
| * | Switch these line endings to unix | Ned Batchelder | 2012-11-26 | 1 | -20/+20 |
| | | |||||
| * | Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted. | Ned Batchelder | 2012-11-25 | 1 | -4/+4 |
| | | |||||
| * | Coverage.py measuring itself works again! 86%, btw. | Ned Batchelder | 2012-11-25 | 1 | -3/+4 |
| | | |||||
| * | No longer try to bootstrap setuptools. It is a pre-req. Closes #202 | Ned Batchelder | 2012-11-17 | 1 | -1/+1 |
| | | |||||
| * | Too many files start with 'cov', rename a few. | Ned Batchelder | 2010-08-31 | 1 | -0/+19 |
| --HG-- rename : covcov.ini => metacov.ini rename : test/coverage_coverage.py => test/meta_coverage.py | |||||
