| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵ | Ned Batchelder | 2011-04-25 | 1 | -0/+17 |
| | | | | | | | | to get to the bottom of that. --HG-- branch : bug_123 | ||||
| * | Changing the HTML report means updating gold files. | Ned Batchelder | 2011-04-21 | 26 | -1897/+2373 |
| | | |||||
| * | Style | Ned Batchelder | 2011-04-17 | 1 | -2/+4 |
| | | |||||
| * | Style | Ned Batchelder | 2011-04-17 | 1 | -19/+19 |
| | | |||||
| * | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 1 | -19/+86 |
| | | |||||
| * | Even better way to test js: build fixtures programmatically, no need for ↵ | Ned Batchelder | 2011-04-17 | 3 | -61/+65 |
| | | | | | monkeypatching the code under test. | ||||
| * | Javascript tests | Ned Batchelder | 2011-04-16 | 4 | -0/+1809 |
| | | |||||
| * | HTML incremental generation should also take the coverage.py version into ↵ | Ned Batchelder | 2011-03-27 | 1 | -1/+35 |
| | | | | | account: a new version means scrap everything and do it all. | ||||
| * | Remove trailing spaces | Ned Batchelder | 2011-03-24 | 1 | -2/+2 |
| | | |||||
| * | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 3 | -1/+170 |
| | | |||||
| * | Add a test helper for checking on the existence of files. | Ned Batchelder | 2011-03-22 | 4 | -15/+34 |
| | | |||||
| * | --omit and --include now interpret their values more usefully. Fixes #121. | Ned Batchelder | 2011-03-21 | 8 | -27/+86 |
| | | |||||
| * | A narrower way to check that empty __init__.py files show zero statements. | Ned Batchelder | 2011-03-21 | 1 | -14/+4 |
| | | |||||
| * | All tests should restore sys.path | Ned Batchelder | 2011-03-20 | 2 | -5/+8 |
| | | |||||
| * | A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵ | Ned Batchelder | 2011-03-15 | 1 | -1/+2 |
| | | | | | clean-ish way... | ||||
| * | Merge the backout to the tip | Ned Batchelder | 2011-03-15 | 1 | -28/+29 |
| |\ | |||||
| | * | Backed out changeset c6083fae29bf | Ned Batchelder | 2011-03-15 | 1 | -28/+29 |
| | | | | | | | | | I don't know what I want to do with this wacky test yet. | ||||
| * | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-03-15 | 1 | -31/+51 |
| |\ \ | |/ | |||||
| | * | Put the missing-continue test back into the mix. | Ned Batchelder | 2011-03-15 | 1 | -29/+28 |
| | | | |||||
| | * | Figures 2.4 has different answers for the psycho edge cases. | Ned Batchelder | 2011-03-13 | 1 | -2/+2 |
| | | | |||||
| | * | Adjust some tests for PyPy: it's more aggressive about optimizing away ↵ | Ned Batchelder | 2011-03-13 | 1 | -2/+23 |
| | | | | | | | | | expressions with no side effects. | ||||
| * | | Ugh, newb mistake: Windows needs the b flag to tightly control the bytes in ↵ | Ned Batchelder | 2011-03-13 | 1 | -1/+1 |
| |/ | | | | the file. | ||||
| * | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 2 | -14/+14 |
| | | |||||
| * | Don't warn about not collecting data if we never ran any code in the first ↵ | Ned Batchelder | 2011-02-07 | 2 | -13/+23 |
| | | | | | place. | ||||
| * | Make this message simpler and clearer. | Ned Batchelder | 2011-02-07 | 1 | -2/+2 |
| | | |||||
| * | Add tests and doc for Brandon's -m flag. | Ned Batchelder | 2011-02-06 | 7 | -3/+85 |
| | | |||||
| * | Some pylint cleanups. | Ned Batchelder | 2011-02-01 | 1 | -3/+7 |
| | | |||||
| * | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 12 | -13/+13 |
| | | |||||
| * | A bunch more places where a file close should be in a finally clause. | Ned Batchelder | 2011-01-30 | 4 | -6/+19 |
| | | |||||
| * | Add a test for the newline= feature of make_file | Ned Batchelder | 2011-01-30 | 1 | -0/+8 |
| | | |||||
| * | A test for parsing files with different line endings. | Ned Batchelder | 2011-01-30 | 2 | -3/+37 |
| | | |||||
| * | This test isn't ready yet, but I don't want it in my working tree for now. | Ned Batchelder | 2010-11-07 | 1 | -0/+13 |
| | | |||||
| * | Detect when our trace function is yanked out from under us, and warn the ↵ | Ned Batchelder | 2010-11-06 | 1 | -1/+48 |
| | | | | | user. Finishes, but does not fix, issue #93. | ||||
| * | Make sure we can get multiple warnings of the same kind. | Ned Batchelder | 2010-11-06 | 1 | -1/+2 |
| | | |||||
| * | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ↵ | Ned Batchelder | 2010-09-18 | 1 | -0/+17 |
| | | | | | Brodie Rao. | ||||
| * | Fix the url canonicalizer to also deal with release urls. | Ned Batchelder | 2010-09-08 | 3 | -3/+3 |
| | | |||||
| * | Format numbers with %g in xmlreport, since py3.2 uses more digits in str() ↵ | Ned Batchelder | 2010-09-06 | 2 | -5/+5 |
| | | | | | than previous Pythons, throwing off the gold files. We didn't need 9 digits of precision anyway... | ||||
| * | The XML report was missing an attribute Cobertura needed. Fixes #65 and #81. | Ned Batchelder | 2010-09-04 | 1 | -1/+1 |
| | | |||||
| * | Now that we include 0% files in the data, they aren't 'executed', they are ↵ | Ned Batchelder | 2010-09-03 | 1 | -9/+9 |
| | | | | | 'measured'. | ||||
| * | Now completely unexecuted source files can be included in reporting. ↵ | Ned Batchelder | 2010-09-03 | 2 | -0/+11 |
| | | | | | Specifying --source tells coverage.py where to search for files that haven't been executed. | ||||
| * | 2.3 needs backward support for set | Ned Batchelder | 2010-08-31 | 1 | -0/+1 |
| | | |||||
| * | Too many files start with 'cov', rename a few. | Ned Batchelder | 2010-08-31 | 1 | -4/+4 |
| | | | | | | | --HG-- rename : covcov.ini => metacov.ini rename : test/coverage_coverage.py => test/meta_coverage.py | ||||
| * | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 6 | -0/+37 |
| | | |||||
| * | Refactor the --omit and --include support during reporting, and add a test ↵ | Ned Batchelder | 2010-08-28 | 1 | -0/+16 |
| | | | | | for --include. | ||||
| * | The thread-startup dance caused Thread.run() to not be measured. This fixes ↵ | Ned Batchelder | 2010-08-26 | 1 | -1/+20 |
| | | | | | it, I hope without introducing too much more new code. Fixes #85. | ||||
| * | New config setting: [report]precision lets you specify the number of digits ↵ | Ned Batchelder | 2010-08-24 | 2 | -0/+25 |
| | | | | | after the decimal point in coverage percentages. Finishes issue #16. | ||||
| * | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 4 | -3/+13 |
| | | | | | result of rounding. Fixes #41 and #70. | ||||
| * | Get ready to have version-specific doc URLs. | Ned Batchelder | 2010-08-20 | 5 | -2/+5 |
| | | |||||
| * | Working on getting coverage to measure itself again. | Ned Batchelder | 2010-08-07 | 1 | -2/+6 |
| | | |||||
| * | Python 3.2 doesn't make .pyc files in the local dir any more, so be more ↵ | Ned Batchelder | 2010-08-01 | 1 | -13/+29 |
| | | | | | flexible. | ||||
