Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 5.0b1 prep | Ned Batchelder | 2019-11-10 | 1 | -1/+1 | |
| | ||||||
* | Tweaks to Coverage docstrings | Ned Batchelder | 2019-11-10 | 1 | -10/+10 | |
| | ||||||
* | Finish the sqldata.py docstrings | Ned Batchelder | 2019-11-10 | 2 | -12/+53 | |
| | ||||||
* | Remove unneeded variable initialization | Ned Batchelder | 2019-11-09 | 1 | -3/+0 | |
| | ||||||
* | Make sure dataio logging is happening where it should | Ned Batchelder | 2019-11-09 | 1 | -0/+2 | |
| | ||||||
* | CoverageData.lines doesn't sort its returned list | Ned Batchelder | 2019-11-09 | 1 | -1/+1 | |
| | ||||||
* | sqldata.py docstrings | Ned Batchelder | 2019-11-09 | 1 | -31/+118 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 2 | -9/+3 | |
| | ||||||
* | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 1 | -1/+1 | |
| | ||||||
* | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 1 | -1/+1 | |
| | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | |||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -2/+2 | |
| | ||||||
* | Consolidate the type checking of toml values | Ned Batchelder | 2019-11-04 | 1 | -22/+12 | |
| | ||||||
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 1 | -77/+82 | |
| | | | | | | | | | - Section names can be dotted. - We only ever read one file, so we don't need to loop over files. - Error messages should show the actual section names where problems happened. | |||||
* | Give warnings about not being able to parse TOML files if toml isn't installed | Ned Batchelder | 2019-11-03 | 2 | -22/+28 | |
| | ||||||
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 4 | -9/+74 | |
| | ||||||
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 1 | -7/+4 | |
| | ||||||
* | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 1 | -4/+20 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 4 | -5/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation. | |||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 5 | -3/+34 | |
| | ||||||
* | Clarify two functions | Ned Batchelder | 2019-11-01 | 1 | -0/+4 | |
| | ||||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 2 | -7/+12 | |
| | ||||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 2 | -13/+20 | |
| | | | | of #source.p | |||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 2 | -5/+5 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-14 | 1 | -18/+16 | |
| | ||||||
* | Annotations and context labels have to co-exist | Ned Batchelder | 2019-10-14 | 2 | -79/+70 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 3 | -38/+89 | |
| | ||||||
* | Source code without tables | Ned Batchelder | 2019-10-13 | 3 | -142/+154 | |
| | ||||||
* | Warn if asked to show context but none were measured. #851 | Ned Batchelder | 2019-10-10 | 1 | -0/+3 | |
| | ||||||
* | Tie up a loose end in the docs | Ned Batchelder | 2019-10-08 | 1 | -1/+0 | |
| | ||||||
* | Sqlite3 info in 'coverage debug sys' | Ned Batchelder | 2019-10-08 | 2 | -1/+13 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-10-08 | 1 | -1/+1 | |
| | ||||||
* | Context-switching plugins should be listed in debug output | Ned Batchelder | 2019-10-06 | 1 | -0/+1 | |
| | ||||||
* | Slowly making progress on sqldata docstrings | Ned Batchelder | 2019-10-06 | 1 | -0/+7 | |
| | ||||||
* | Add some needed details to the Coverage docstrings | Ned Batchelder | 2019-10-06 | 1 | -6/+21 | |
| | ||||||
* | Quiet pylint | Ned Batchelder | 2019-10-06 | 1 | -3/+5 | |
| | ||||||
* | Context patterns are regexes, not globs | Ned Batchelder | 2019-10-02 | 2 | -7/+29 | |
| | ||||||
* | Setting query context has to be done with a separate method call | Ned Batchelder | 2019-10-02 | 1 | -34/+24 | |
| | ||||||
* | Clearer logic | Ned Batchelder | 2019-10-02 | 1 | -2/+2 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-09-21 | 1 | -1/+1 | |
| | ||||||
* | Exit arcs have to be corrected to first lines | Ned Batchelder | 2019-09-21 | 1 | -1/+5 | |
| | | | | | | | | | | We've long remapped line numbers to the first line of a multi-line statement. But exit line numbers (negative numbers) were not remapped. This meant we were needlessly chasing weirdnesses in implementations. But the actual results of running coverage always remapped results to the first line, so there's no point in tracking the unmapped line numbers in our tests. | |||||
* | Remove unused attribute | Ned Batchelder | 2019-09-20 | 1 | -1/+0 | |
| | ||||||
* | Python tracer supports dynamic contexts. #846 | Ned Batchelder | 2019-09-15 | 1 | -4/+34 | |
| | ||||||
* | Polish up substitute_variables based on a lightning talk | Ned Batchelder | 2019-09-14 | 2 | -26/+26 | |
| | ||||||
* | Correct some function names and docstrings. #843 | Ned Batchelder | 2019-09-09 | 2 | -10/+14 | |
| | ||||||
* | Document the module-level stuff. #837 | Ned Batchelder | 2019-09-09 | 1 | -1/+1 | |
| | ||||||
* | A little more in the db schema docs | Ned Batchelder | 2019-09-09 | 1 | -3/+4 | |
| | ||||||
* | Updating with an empty data is ok | Ned Batchelder | 2019-09-03 | 1 | -16/+24 | |
| | | | | | With no arc or line data, it used to choose lines arbitrarily, which would fail if an empty data was updating an arc data. | |||||
* | Need to set a sqlite attribute on a real sqlite connection | Ned Batchelder | 2019-09-03 | 1 | -1/+1 | |
| | ||||||
* | --debug=self now goes on a second line for better readability | Ned Batchelder | 2019-09-03 | 1 | -2/+2 | |
| |