summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix no data and skip-covered.garar2015-08-142-3/+18
| | |
| * | Merge defaultgarar2015-08-144-12/+106
| |\ \
| | * \ Merged ned/coveragepy into defaultKrystian Kichewko2015-08-144-12/+106
| | |\ \
| * | | | Update skip_covered handling, add info when files are skipped. Tests.garar2015-08-142-5/+39
| |/ / /
| * | | Do not raise an exception for empty summary when using skip_covered.garar2015-08-121-1/+1
| | | |
| * | | Add .vimtags to .hgignoregarar2015-08-121-0/+1
| | | |
* | | | Cyclic import warnings are not helpfulNed Batchelder2015-08-151-1/+2
| | | |
* | | | Use ntpath so Windows file manipulation can be tested the same everywhere.Ned Batchelder2015-08-153-8/+4
| | | |
* | | | Refactor some data test codeNed Batchelder2015-08-142-38/+25
| | | |
* | | | Remove an unneeded pylint pragmaNed Batchelder2015-08-141-1/+0
| | | |
* | | | Clean ups from pr 66Ned Batchelder2015-08-143-17/+33
| | | |
* | | | Merged in atodorov/coverage.py/read_pickle (pull request #67)Ned Batchelder2015-08-143-0/+110
|\ \ \ \ | |_|/ / |/| | | | | | | Add pickle2json converter.
| * | | Add pickle2json converter. Closes #395Alexander Todorov2015-08-073-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : read_pickle extra : amend_source : 71ae428d9f389e19ed74215bfc3f1630fcdc40a1
* | | | Simplify the skip_covered logicNed Batchelder2015-08-131-4/+1
| | | |
* | | | CleanupsNed Batchelder2015-08-131-8/+6
| | | |
* | | | A new How It Works page in the docsNed Batchelder2015-08-122-0/+99
| |/ / |/| |
* | | When making local kits, clean the cache to avoid confusionNed Batchelder2015-08-111-0/+3
| | |
* | | Oops, get the _needs_to_implement line right.Ned Batchelder2015-08-111-1/+1
| | |
* | | Make sure source_token_lines always returns Unicode strings for the token text.Ned Batchelder2015-08-112-10/+11
| | |
* | | Use @expensive at the FileReporter interface.Ned Batchelder2015-08-112-8/+8
| | |
* | | Might as well use the Sphinx way to do this.Ned Batchelder2015-08-101-1/+1
| | |
* | | Back to rtd theme, with font overridesNed Batchelder2015-08-102-34/+12
| | |
* | | Add docstring for source_token_linesNed Batchelder2015-08-105-4/+26
| | |
* | | Fix the pep8 settings.Ned Batchelder2015-08-102-2/+4
| | |
* | | Make sure FileReporters are called once for their data.Ned Batchelder2015-08-094-44/+50
| | |
* | | Simpler empty setNed Batchelder2015-08-092-2/+2
| | |
* | | Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-097-40/+55
| | |
* | | Remove should_be_python from the FileReporter interfaceNed Batchelder2015-08-094-14/+4
| | |
* | | Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-096-38/+28
| | |
* | | Correct the handling of IndentationError and TokenErrorNed Batchelder2015-08-093-14/+37
| | |
* | | Make PyContracts disablable during debugging.Ned Batchelder2015-08-092-2/+5
| | |
* | | .arcs() doesn't have to sort its results.Ned Batchelder2015-08-092-3/+3
| | |
* | | Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-088-24/+24
| | |
* | | Use the canonical import names for plugin base classes.Ned Batchelder2015-08-082-4/+4
| | |
* | | Finally the right way to get module references correct, without pulling in ↵Ned Batchelder2015-08-072-2/+2
|/ / | | | | | | the module docstring.
* | Thanks to Yury SelivanovNed Batchelder2015-08-061-0/+1
| |
* | Stop using inspect.getargspec() function (removed in Python 3.6).Yury Selivanov2015-08-061-2/+5
| |
* | Try the alabaster themeNed Batchelder2015-08-061-4/+33
| |
* | Remove an unneeded base class, left over from pre-plugin daysNed Batchelder2015-08-062-18/+4
| |
* | todoNed Batchelder2015-08-051-1/+1
| |
* | todo stuffNed Batchelder2015-08-051-9/+12
| |
* | Minor tweaks to the new paragraph in the docs.Ned Batchelder2015-08-051-7/+12
| |
* | Merge a doc pull request from githubNed Batchelder2015-08-051-0/+12
| |
* | Fixing spellingNed Batchelder2015-08-0410-14/+25
| |
* | Fix --append trying to make a new file. #392Ned Batchelder2015-08-035-12/+50
| |
* | Fix method references in the docs.Ned Batchelder2015-08-034-26/+30
| | | | | | | | | | Some needed to be :meth:`.foo`, and some didn't. Turned out it was because of how the .rst used automodule and autoclass.
* | The next version will be b2Ned Batchelder2015-08-033-2/+7
| |
* | Tweaks to changes.rstNed Batchelder2015-08-031-12/+12
| |
* | Coverage 4.0b1Ned Batchelder2015-08-021-0/+1
| |
* | More plugin docscoverage-4.0b1Ned Batchelder2015-08-023-8/+18
| |