summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add docs for --concurrencyNed Batchelder2014-09-251-1/+1
| | | |
* | | | Some error checking and more tests for concurrency control.Ned Batchelder2014-09-253-4/+9
| | | |
* | | | "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-245-44/+44
| | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py
* | | | Use the capitalized name. If we even keep this singleton stuff...Ned Batchelder2014-09-241-7/+7
| | | |
* | | | Merged in carlgieringer/coverage.py (pull request #30)Ned Batchelder2014-09-241-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | Describe acceptable wildcard style
| * | | | Describe acceptable wildcard styleCarl Gieringer2014-01-251-6/+6
| | | | |
* | | | | Every comment makes the world slightly betterNed Batchelder2014-09-231-0/+1
| |/ / / |/| | |
* | | | On Windows, we need file matching to be case-insensitive.Ned Batchelder2014-09-212-8/+8
| | | |
* | | | Make the Fnmatcher work right on Windows.Ned Batchelder2014-09-211-1/+6
| | | |
* | | | Pylint upgrade and cleanup.Ned Batchelder2014-09-213-4/+1
| | | |
* | | | More metacov, tox, and make cleanupNed Batchelder2014-09-201-1/+0
| | | |
* | | | More things we don't need with the latest versionsNed Batchelder2014-09-204-33/+7
| | | |
* | | | Get rid of some backward stuff we no longer needNed Batchelder2014-09-203-18/+5
| | | |
* | | | Coroutines are now only supported with the C tracer, and better error handlingNed Batchelder2014-09-202-31/+49
| | | |
* | | | Be struct about C declaration rules. Travis cares...Ned Batchelder2014-09-191-1/+3
| | | |
* | | | Split this into two files, as it should have been years ago.Ned Batchelder2014-09-192-169/+175
| | | | | | | | | | | | | | | | | | | | --HG-- rename : coverage/collector.py => coverage/pytracer.py
* | | | It's always worthwhile to get rid of trailing spacesNed Batchelder2014-09-171-1/+1
| | | |
* | | | Merge in the C implementation of coroutine support.Ned Batchelder2014-09-171-65/+187
|\ \ \ \
| * | | | Remove a TODONed Batchelder2014-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : c-coroutine
| * | | | Finish implementation of coroutine_id_func in C tracer, but it doesn't make ↵Ned Batchelder2014-07-261-15/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gevent better. --HG-- branch : c-coroutine
| * | | | Refactor DataStack code into its own functionsNed Batchelder2014-07-251-39/+79
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : c-coroutine
| * | | | Refactor some C tracer code in prep for data stacksNed Batchelder2014-07-201-57/+59
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : c-coroutine
| * | | | Start implementing coroutine tracing in C tracer, will be hard :(Ned Batchelder2014-07-201-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : c-coroutine
* | | | | Remove more commented-out code. #274.Ned Batchelder2014-09-171-6/+1
| | | | |
* | | | | Gevent, etc, support finally works. #149Ned Batchelder2014-09-171-36/+30
| | | | |
* | | | | Forgot to add the new file...Ned Batchelder2014-09-161-0/+268
| | | | |
* | | | | Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py
* | | | | Don't ask people to pass source back into CodeUnitsNed Batchelder2014-09-142-14/+19
| | | | |
* | | | | Progress on pluginsNed Batchelder2014-09-146-64/+153
| | | | |
* | | | | Move dispositions closer to useful pluginsNed Batchelder2014-09-065-75/+189
| | | | |
* | | | | Minor cleanup of environment variable debuggingNed Batchelder2014-08-291-6/+5
| | | | |
* | | | | Make CoveragePlugin importable from coverageNed Batchelder2014-08-221-0/+1
| | | | |
* | | | | More-serious plugin supportNed Batchelder2014-08-213-22/+51
| | | | |
* | | | | Rename extensions to plugins, since extensions reminds me of parts of filenamesNed Batchelder2014-08-206-44/+46
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py
* | | | | The class should be called CoverageNed Batchelder2014-08-192-4/+7
| | | | |
* | | | | Use a set where a set is appropriateNed Batchelder2014-08-193-6/+4
| |_|_|/ |/| | |
* | | | Latest better names in templite.pyNed Batchelder2014-08-091-22/+23
|/ / /
* | | Crazy debugging output for tracking down gevent weirdnessNed Batchelder2014-07-131-7/+33
| | |
* | | Improve branch summarizationNed Batchelder2014-07-082-11/+12
| | | | | | | | | | | | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines.
* | | Read options from setup.cfg if .coveragerc not around. #304Ned Batchelder2014-07-052-8/+37
| | |
* | | Merged in asottile/coverage.py/fix_source_encoding (pull request #38)Ned Batchelder2014-07-051-1/+1
|\ \ \ | | | | | | | | | | | | Fix non-comment encoding detection.
| * | | Fix non-comment encoding detection.Anthony Sottile2014-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | --HG-- branch : fix_source_encoding
* | | | Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-047-44/+114
| | | | | | | | | | | | | | | | | | | | --HG-- branch : django
* | | | Add a missing docstring. Pylint didn't mind??Ned Batchelder2014-06-181-0/+9
| | | | | | | | | | | | | | | | | | | | --HG-- branch : django
* | | | should_trace now returns a FileDisposition objectNed Batchelder2014-06-153-42/+67
| | | | | | | | | | | | | | | | | | | | --HG-- branch : django
* | | | Hacked-in django template supportNed Batchelder2014-06-125-25/+135
|/ / / | | | | | | | | | | | | --HG-- branch : django
* | | Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-111-9/+3
| | |
* | | Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-091-1/+9
| | |
* | | Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-031-0/+8
| | |
* | | Remove debuggingNed Batchelder2014-06-031-1/+0
| | |