Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Give warnings about not being able to parse TOML files if toml isn't installed | Ned Batchelder | 2019-11-03 | 1 | -0/+34 | |
| | ||||||
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 1 | -0/+12 | |
| | ||||||
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 1 | -1/+2 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 1 | -0/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -2/+71 | |
| | ||||||
* | Upgrade pylint | Ned Batchelder | 2019-10-18 | 4 | -5/+5 | |
| | ||||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 2 | -6/+6 | |
| | ||||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 2 | -8/+10 | |
| | | | | of #source.p | |||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 2 | -2/+2 | |
| | ||||||
* | This test accidentally triggered our exclude regex during metacov | Ned Batchelder | 2019-10-14 | 4 | -15/+16 | |
| | ||||||
* | make update-support | Ned Batchelder | 2019-10-14 | 1 | -18/+16 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-14 | 1 | -18/+16 | |
| | ||||||
* | Update html gold files | Ned Batchelder | 2019-10-14 | 37 | -204/+204 | |
| | ||||||
* | More convenient gold file structure | Ned Batchelder | 2019-10-14 | 3 | -43/+55 | |
| | ||||||
* | Remove vestigial debugging | Ned Batchelder | 2019-10-14 | 1 | -2/+0 | |
| | ||||||
* | I don't think I need my home dir scrubbed | Ned Batchelder | 2019-10-13 | 1 | -2/+0 | |
| | ||||||
* | Update HTML gold support files | Ned Batchelder | 2019-10-13 | 2 | -46/+47 | |
| | ||||||
* | Update HTML gold tests | Ned Batchelder | 2019-10-13 | 38 | -599/+243 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 1 | -4/+10 | |
| | ||||||
* | Save copies of support files so we can view gold files properly | Ned Batchelder | 2019-10-13 | 11 | -0/+914 | |
| | ||||||
* | Warn if asked to show context but none were measured. #851 | Ned Batchelder | 2019-10-10 | 1 | -11/+20 | |
| | ||||||
* | The C tracer can do dynamic contexts, so don't skip this test | Ned Batchelder | 2019-10-10 | 1 | -4/+0 | |
| | ||||||
* | Quiet pylint | Ned Batchelder | 2019-10-06 | 1 | -0/+3 | |
| | ||||||
* | Context patterns are regexes, not globs | Ned Batchelder | 2019-10-02 | 1 | -1/+1 | |
| | ||||||
* | Setting query context has to be done with a separate method call | Ned Batchelder | 2019-10-02 | 4 | -87/+88 | |
| | ||||||
* | Exit arcs have to be corrected to first lines | Ned Batchelder | 2019-09-21 | 1 | -45/+25 | |
| | | | | | | | | | | 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. | |||||
* | Avoid a test that recent pypy3 can't run properly | Ned Batchelder | 2019-09-15 | 1 | -0/+3 | |
| | ||||||
* | Python tracer supports dynamic contexts. #846 | Ned Batchelder | 2019-09-15 | 2 | -56/+0 | |
| | ||||||
* | Polish up substitute_variables based on a lightning talk | Ned Batchelder | 2019-09-14 | 1 | -0/+1 | |
| | ||||||
* | Updating with an empty data is ok | Ned Batchelder | 2019-09-03 | 1 | -0/+16 | |
| | | | | | With no arc or line data, it used to choose lines arbitrarily, which would fail if an empty data was updating an arc data. | |||||
* | Log some indication of the script being executed | Ned Batchelder | 2019-09-02 | 1 | -0/+9 | |
| | ||||||
* | Reporting methods shouldn't permanently change the configuration | Ned Batchelder | 2019-09-01 | 1 | -0/+11 | |
| | ||||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 7 | -14/+14 | |
| | ||||||
* | Make callers debug output easier to use as editor launches | Ned Batchelder | 2019-09-01 | 1 | -3/+3 | |
| | ||||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 3 | -14/+230 | |
| | ||||||
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 1 | -8/+107 | |
| | | | | | | | | | * Better names (merge -> union) * More ops (intersection) * Can be registered for SQLite use * Numbits can be empty Also, line_map is a dumb table name. line_bits is marginally better. | |||||
* | Fix unusual backslash token issue. #822 | Ned Batchelder | 2019-08-10 | 1 | -0/+10 | |
| | ||||||
* | Fix a bug in num_in_numbits. | Ned Batchelder | 2019-08-01 | 1 | -1/+2 | |
| | ||||||
* | Use more conventional strategy naming | Ned Batchelder | 2019-08-01 | 1 | -6/+6 | |
| | ||||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 1 | -1/+10 | |
| | ||||||
* | Keep hypothesis from freaking out about variable timings during metacov | Ned Batchelder | 2019-08-01 | 1 | -1/+13 | |
| | ||||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 1 | -1/+9 | |
| | ||||||
* | Use Hypothesis instead of my own janky randomization | Ned Batchelder | 2019-07-31 | 1 | -22/+14 | |
| | ||||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 2 | -30/+37 | |
| | ||||||
* | I have to remember to run pylint before checking things in. | Ned Batchelder | 2019-07-30 | 1 | -1/+1 | |
| | ||||||
* | Don't be fooled by a class named test_something. Fixes #829 | Ned Batchelder | 2019-07-26 | 1 | -0/+5 | |
| | ||||||
* | z-compressed dumps and loads | Ned Batchelder | 2019-07-19 | 1 | -0/+28 | |
| | ||||||
* | Bitmaps for line numbers, 10% of the size. | Ned Batchelder | 2019-07-15 | 1 | -0/+30 | |
| | ||||||
* | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 5 | -143/+7 | |
| |