Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CoverageData.lines doesn't sort its returned list | Ned Batchelder | 2019-11-09 | 3 | -8/+8 | |
| | ||||||
* | sqldata.py docstrings | Ned Batchelder | 2019-11-09 | 1 | -31/+118 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 9 | -71/+24 | |
| | ||||||
* | Add some help to the Makefile | Ned Batchelder | 2019-11-09 | 1 | -20/+19 | |
| | ||||||
* | What's new in 5.x doc | Ned Batchelder | 2019-11-09 | 6 | -9/+138 | |
| | ||||||
* | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 5 | -5/+13 | |
| | ||||||
* | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 4 | -15/+39 | |
| | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | |||||
* | Unpin pyparsing, they fixed it | Ned Batchelder | 2019-11-05 | 1 | -4/+0 | |
| | ||||||
* | Pin pyparsing==2.4.2 because 2.4.3 breaks PyContracts | Ned Batchelder | 2019-11-05 | 1 | -0/+4 | |
| | ||||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 4 | -7/+30 | |
| | ||||||
* | Exclude some nested coverage lines from coverage | Ned Batchelder | 2019-11-04 | 1 | -28/+32 | |
| | ||||||
* | This file was unused since we deleted test_farm.py a year ago | Ned Batchelder | 2019-11-04 | 1 | -14/+0 | |
| | ||||||
* | Consolidate the type checking of toml values | Ned Batchelder | 2019-11-04 | 1 | -22/+12 | |
| | ||||||
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 2 | -83/+103 | |
| | | | | | | | | | - 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 | 3 | -22/+62 | |
| | ||||||
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 5 | -9/+86 | |
| | ||||||
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 2 | -8/+6 | |
| | ||||||
* | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 5 | -13/+34 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 10 | -6/+313 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | reybog90 is Reya B :) | Ned Batchelder | 2019-11-02 | 2 | -1/+2 | |
| | ||||||
* | Mention --skip-empty in the changelog | Ned Batchelder | 2019-11-01 | 1 | -0/+3 | |
| | ||||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 11 | -5/+110 | |
| | ||||||
* | Clarify two functions | Ned Batchelder | 2019-11-01 | 1 | -0/+4 | |
| | ||||||
* | Ask for coverage.py version also | Ned Batchelder | 2019-10-21 | 1 | -4/+5 | |
| | ||||||
* | Upgrade stuff | Ned Batchelder | 2019-10-18 | 6 | -16/+17 | |
| | ||||||
* | Upgrade pylint | Ned Batchelder | 2019-10-18 | 6 | -6/+11 | |
| | ||||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 4 | -13/+18 | |
| | ||||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 4 | -21/+30 | |
| | | | | of #source.p | |||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 4 | -7/+7 | |
| | ||||||
* | 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 | 2 | -36/+32 | |
| | ||||||
* | 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 | |
| | ||||||
* | Annotations and context labels have to co-exist | Ned Batchelder | 2019-10-14 | 2 | -79/+70 | |
| | ||||||
* | 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 | 2 | -86/+88 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 5 | -42/+104 | |
| | ||||||
* | Source code without tables | Ned Batchelder | 2019-10-13 | 3 | -142/+154 | |
| | ||||||
* | Save copies of support files so we can view gold files properly | Ned Batchelder | 2019-10-13 | 13 | -4/+919 | |
| | ||||||
* | Warn if asked to show context but none were measured. #851 | Ned Batchelder | 2019-10-10 | 3 | -11/+29 | |
| | ||||||
* | A script for comparing run times | Ned Batchelder | 2019-10-10 | 1 | -0/+63 | |
| | ||||||
* | The C tracer can do dynamic contexts, so don't skip this test | Ned Batchelder | 2019-10-10 | 1 | -4/+0 | |
| | ||||||
* | Tie up a loose end in the docs | Ned Batchelder | 2019-10-08 | 2 | -2/+1 | |
| | ||||||
* | Sqlite3 info in 'coverage debug sys' | Ned Batchelder | 2019-10-08 | 3 | -2/+14 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-10-08 | 3 | -3/+9 | |
| | ||||||
* | Context-switching plugins should be listed in debug output | Ned Batchelder | 2019-10-06 | 1 | -0/+1 | |
| |