summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* CoverageData.lines doesn't sort its returned listNed Batchelder2019-11-093-8/+8
|
* sqldata.py docstringsNed Batchelder2019-11-091-31/+118
|
* '[run] note' is no longer supported.Ned Batchelder2019-11-099-71/+24
|
* Add some help to the MakefileNed Batchelder2019-11-091-20/+19
|
* What's new in 5.x docNed Batchelder2019-11-096-9/+138
|
* Meta on linux; makefile target rationalizationNed Batchelder2019-11-085-5/+13
|
* Linux tests are runnableNed Batchelder2019-11-074-15/+39
| | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
* Unpin pyparsing, they fixed itNed Batchelder2019-11-051-4/+0
|
* Pin pyparsing==2.4.2 because 2.4.3 breaks PyContractsNed Batchelder2019-11-051-0/+4
|
* A little more metacovNed Batchelder2019-11-054-7/+30
|
* Exclude some nested coverage lines from coverageNed Batchelder2019-11-041-28/+32
|
* This file was unused since we deleted test_farm.py a year agoNed Batchelder2019-11-041-14/+0
|
* Consolidate the type checking of toml valuesNed Batchelder2019-11-041-22/+12
|
* Refactor the toml logicNed Batchelder2019-11-042-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 installedNed Batchelder2019-11-033-22/+62
|
* A better way to import optional modulesNed Batchelder2019-11-035-9/+86
|
* Expand environment variables in any part of a TOML configNed Batchelder2019-11-032-8/+6
|
* Cleanups for TOML codeNed Batchelder2019-11-035-13/+34
|
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-0310-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 Batchelder2019-11-022-1/+2
|
* Mention --skip-empty in the changelogNed Batchelder2019-11-011-0/+3
|
* Optionally skip empty files in reportsreybog902019-11-0111-5/+110
|
* Clarify two functionsNed Batchelder2019-11-011-0/+4
|
* Ask for coverage.py version alsoNed Batchelder2019-10-211-4/+5
|
* Upgrade stuffNed Batchelder2019-10-186-16/+17
|
* Upgrade pylintNed Batchelder2019-10-186-6/+11
|
* More polish on the expandable contextsNed Batchelder2019-10-174-13/+18
|
* Annotations should appear when hovering the text line, but not other parts ↵Ned Batchelder2019-10-164-21/+30
| | | | of #source.p
* Only the active context labels should have colorNed Batchelder2019-10-154-7/+7
|
* This test accidentally triggered our exclude regex during metacovNed Batchelder2019-10-144-15/+16
|
* make update-supportNed Batchelder2019-10-141-18/+16
|
* make cssNed Batchelder2019-10-142-36/+32
|
* Update html gold filesNed Batchelder2019-10-1437-204/+204
|
* More convenient gold file structureNed Batchelder2019-10-143-43/+55
|
* Remove vestigial debuggingNed Batchelder2019-10-141-2/+0
|
* Annotations and context labels have to co-existNed Batchelder2019-10-142-79/+70
|
* I don't think I need my home dir scrubbedNed Batchelder2019-10-131-2/+0
|
* Update HTML gold support filesNed Batchelder2019-10-132-46/+47
|
* Update HTML gold testsNed Batchelder2019-10-1338-599/+243
|
* make cssNed Batchelder2019-10-132-86/+88
|
* Better presentation of contexts. #855Ned Batchelder2019-10-135-42/+104
|
* Source code without tablesNed Batchelder2019-10-133-142/+154
|
* Save copies of support files so we can view gold files properlyNed Batchelder2019-10-1313-4/+919
|
* Warn if asked to show context but none were measured. #851Ned Batchelder2019-10-103-11/+29
|
* A script for comparing run timesNed Batchelder2019-10-101-0/+63
|
* The C tracer can do dynamic contexts, so don't skip this testNed Batchelder2019-10-101-4/+0
|
* Tie up a loose end in the docsNed Batchelder2019-10-082-2/+1
|
* Sqlite3 info in 'coverage debug sys'Ned Batchelder2019-10-083-2/+14
|
* Bump versionNed Batchelder2019-10-083-3/+9
|
* Context-switching plugins should be listed in debug outputNed Batchelder2019-10-061-0/+1
|