summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Refactor the config parsing.Ned Batchelder2012-11-103-97/+101
| | | | |
* | | | | Now the title of the HTML report can be set.Ned Batchelder2012-11-0911-22/+83
| | | | |
* | | | | Add assertIn for test use.Ned Batchelder2012-11-092-1/+16
| | | | |
* | | | | A nicer way to neuter this test.Ned Batchelder2012-11-081-12/+13
| | | | |
* | | | | A failure during XML reporting would leave an empty XML file behind. #210Ned Batchelder2012-11-083-2/+22
| | | | |
* | | | | A work-in-progress for #207, a minor improvement, and a commented-out test ↵Ned Batchelder2012-11-082-1/+10
| | | | | | | | | | | | | | | | | | | | that shows the problem.
* | | | | Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵Ned Batchelder2012-11-074-7/+38
| | | | | | | | | | | | | | | | | | | | work. Now it does.
* | | | | Of course, it's different on Py3.Ned Batchelder2012-11-071-1/+4
| | | | |
* | | | | Remove an odd sys.modules entry so that pydoc can find coverage.coverage. #206.Ned Batchelder2012-11-072-0/+10
| | | | |
* | | | | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-11-052-3/+3
|\ \ \ \ \
| * | | | | Entry pointNed Batchelder2012-11-052-3/+3
| | | | | |
* | | | | | The only good pylint is a quiet pylintNed Batchelder2012-11-052-1/+2
| | | | | |
* | | | | | Make my backport of assertRegexpMatches truly compatible with the stdlib ↵Ned Batchelder2012-11-041-4/+5
|/ / / / / | | | | | | | | | | | | | | | definition
* | | | | Refactor the command-line code.Ned Batchelder2012-11-041-115/+148
| | | | |
* | | | | The old way of getting help text was just weird.Ned Batchelder2012-11-042-16/+22
| | | | |
* | | | | Two calls with no error checking replaced by a more convenient Py_BuildValueNed Batchelder2012-11-041-3/+1
| | | | |
* | | | | Forgot to update CHANGES.txt for the --fail-under switch.Ned Batchelder2012-11-031-0/+5
| | | | |
* | | | | pylint clean-up.Ned Batchelder2012-11-033-15/+19
| | | | |
* | | | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵Ned Batchelder2012-11-033-7/+58
| | | | | | | | | | | | | | | | | | | | switch, and exit with 2 if the coverage is less than MIN.
* | | | | The reporting functions now return a float, the total percentage covered.Ned Batchelder2012-11-036-4/+56
| | | | |
* | | | | Don't examine .egg-info dirs.Ned Batchelder2012-11-031-1/+1
| |/ / / |/| | |
* | | | One more way to be picky: no final blank lines.Ned Batchelder2012-10-3016-15/+5
| | | |
* | | | py3 is strict about modifying lists you're iterating.Ned Batchelder2012-10-291-1/+1
| | | |
* | | | Fix #163: embarassingly, the wildcards for include and omit didn't work ↵Ned Batchelder2012-10-297-133/+142
| | | | | | | | | | | | | | | | properly for reporting functions. This is now fixed.
* | | | More things to not search.Ned Batchelder2012-10-281-1/+2
| | | |
* | | | Silence pylint a bit.Ned Batchelder2012-10-281-0/+4
|/ / /
* | | MergedNed Batchelder2012-10-273-21/+17
|\ \ \
| * | | Pass command-line args to the testing tasksNed Batchelder2012-10-221-2/+2
| | | |
| * | | A more convenient asserterNed Batchelder2012-10-211-17/+13
| | | |
| * | | Minor style tweaksNed Batchelder2012-10-212-3/+3
| | | |
* | | | Make a mixin for a test: super is hard, let's go shopping.Ned Batchelder2012-10-272-4/+12
| | | |
* | | | #205: provide more helpful docstrings for the legacy singleton methods.Ned Batchelder2012-10-262-0/+22
| | | |
* | | | Ignore another tox directory.Ned Batchelder2012-10-261-1/+1
| | | |
* | | | Don't search in the doc/_build directory.Ned Batchelder2012-10-171-0/+1
|/ / /
* | | Fix #201: wrong default for traces0 being missing.Ned Batchelder2012-10-132-1/+5
| | |
* | | Bump the version number to 3.5.4Ned Batchelder2012-10-032-1/+11
| | |
* | | Fix #193: The status.dat file written by py2 can't be read by py3Ned Batchelder2012-10-031-1/+1
| | |
* | | Fix #200: that option reference has been wrong for a very long time...Ned Batchelder2012-10-031-1/+2
| | |
* | | Don't ever search any .tox directory.Ned Batchelder2012-10-031-1/+1
| | |
* | | Coverage 3.5.3Ned Batchelder2012-09-290-0/+0
| | |
* | | Need a new tox-based way to upload kits to pypicoverage-3.5.3Ned Batchelder2012-09-293-3/+9
| | |
* | | Build py33 kits, and put them in a new place so tox doesn't have to rebuild ↵Ned Batchelder2012-09-292-1/+3
| | | | | | | | | | | | everything each time.
* | | Latest sample HTML report for the docsNed Batchelder2012-09-2912-13/+13
| | |
* | | Fix this test on windows.Ned Batchelder2012-09-291-1/+5
| | |
* | | Update version number to 3.5.3Ned Batchelder2012-09-297-9/+50
| | |
* | | Fix #197: more decimal places on a CSS fraction eliminates rounding errors ↵Ned Batchelder2012-09-262-2/+6
| | | | | | | | | | | | in the HTML line numbers.
* | | It's 2012 already.Ned Batchelder2012-09-101-1/+1
| | |
* | | Tox doesn't support 2.4, even though it understands py24.Ned Batchelder2012-09-081-1/+1
| | |
* | | Fix #194: a file path could have its prefix twice.Ned Batchelder2012-09-083-1/+12
| | |
* | | Where we deal with .pyc files, also deal with .pyo files. Fixes #195.Ned Batchelder2012-09-062-1/+6
| | |