summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Properly deal with files encoded as UTF-8 with BOM. Fixes #179.Ned Batchelder2012-05-145-1/+19
|
* The gold files for the test for #179.Ned Batchelder2012-05-142-0/+194
|
* Add a test case for bug #179.Ned Batchelder2012-05-113-1/+33
|
* Coverage 3.5.2Ned Batchelder2012-05-041-0/+1
|
* Update the Python versions supported in setup.pycoverage-3.5.2Ned Batchelder2012-05-041-1/+1
|
* Doc tweaks for 3.5.2Ned Batchelder2012-05-043-5/+30
|
* Cog changed, instructions for running the sample html changed as a result.Ned Batchelder2012-05-041-1/+1
|
* Latest sample HTML.Ned Batchelder2012-05-0413-4362/+4930
|
* Prepare for 3.5.2Ned Batchelder2012-05-036-7/+16
|
* Coverage 3.5.2b1Ned Batchelder2012-04-291-0/+1
|
* Doc changes for 3.5.2b1coverage-3.5.2b1Ned Batchelder2012-04-294-6/+53
|
* Making a beta todayNed Batchelder2012-04-291-2/+2
|
* PaperworkNed Batchelder2012-04-281-0/+3
|
* Yesudeep asked for thisNed Batchelder2012-04-281-0/+3
|
* Color the buttons on the pyfile page, so they have a visual connection to ↵Ned Batchelder2012-04-282-1/+26
| | | | the lines they affect.
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-282-4/+9
|
* A target for making a sample html output...Ned Batchelder2012-04-281-0/+8
|
* The [html]extra_css configuration value is a file path to a CSS file that ↵Ned Batchelder2012-04-2014-3/+531
| | | | gets copied into the HTML report.
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-203-5/+47
|
* Test (and fix) the summary reporting failures due to not being able to parse ↵Ned Batchelder2012-04-202-1/+53
| | | | the file.
* Refactor reporters so the config is part of construction, and is then ↵Ned Batchelder2012-04-196-57/+48
| | | | available everywhere.
* Add show_missing to the config file. #173.Ned Batchelder2012-04-185-5/+20
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-04-185-10/+37
|\
| * Don't complain about files that can't be parsed as Python if they didn't ↵Ned Batchelder2012-04-185-10/+37
| | | | | | | | seem like Python at all. #82.
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-03-291-3/+13
|\ \ | |/ |/|
| * Clarify the subprocess documentation.Ned Batchelder2012-03-291-3/+13
| |
* | TypoNed Batchelder2012-03-251-1/+1
| |
* | Remove obsolete code paths.Ned Batchelder2012-03-251-20/+13
| |
* | Make the tests pass on 3.3.0a1Ned Batchelder2012-03-252-2/+5
| |
* | When looking for python files, don't take suspicious ones. Fixes #168.Ned Batchelder2012-03-243-1/+9
| |
* | Don't need these files, they aren't part of the comparison.Ned Batchelder2012-03-229-1034/+0
|/
* If a source file has an encoding declaration, use it when producing the ↵Ned Batchelder2012-03-218-49/+357
| | | | HTML. Fixes issue #157.
* All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵Ned Batchelder2012-03-205-4/+29
| | | | and pypy inserts an extra stack frame into tracebacks.
* Make tests run on PyPy, and make test_farm more comprehensible.Ned Batchelder2012-03-182-5/+19
|
* Of course I got that logic change wrong...Ned Batchelder2012-03-181-1/+1
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-03-182-2/+21
|\
| * Test on PyPyNed Batchelder2012-03-182-2/+21
| |
* | Don't try to compile the C extension under pypy. #166.Ned Batchelder2012-03-172-1/+16
|/
* Use exit status properly with 'python -m coverage'Ned Batchelder2012-02-153-1/+6
|
* Some doc clarification from George PaciNed Batchelder2012-01-193-3/+12
|
* Guido pointed out that these docs were wrong.Ned Batchelder2011-12-142-3/+4
|
* Bump version to 3.5.2Ned Batchelder2011-10-311-1/+1
|
* #155 is fixed.Ned Batchelder2011-10-311-0/+11
|
* Make stuff work in other Python versions. Some stuff isn't *quite* right ↵Ned Batchelder2011-10-303-7/+14
| | | | <2.6. #155
* Make execution with -m match Python more closely.Ned Batchelder2011-10-303-3/+14
|
* Should have updated this year 10 months ago...Ned Batchelder2011-10-081-1/+1
|
* Coverage 3.5.1Ned Batchelder2011-09-231-0/+1
|
* Latest sample output.coverage-3.5.1Ned Batchelder2011-09-239-6784/+6784
|
* Update to 3.5.1Ned Batchelder2011-09-236-4/+49
|
* Make this helper a little easier to useNed Batchelder2011-09-081-6/+8
|