summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix two misspellingsNed Batchelder2019-12-081-1/+1
|
* Fix a typoNed Batchelder2019-12-071-1/+1
|
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-022-6/+35
|
* A helper to get code objectsNed Batchelder2019-12-022-5/+10
|
* Polishing from a lightning talkNed Batchelder2019-12-021-8/+8
|
* The [paths] setting is ordered. #649Ned Batchelder2019-12-011-2/+5
|
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-014-21/+31
|
* Don't do vars and users in abs_fileNed Batchelder2019-11-282-3/+3
| | | | It meant file names could be incorrectly expanded.
* Adapt to 3.9's way of reporting files using absolute paths.Ned Batchelder2019-11-254-1/+17
|
* Report file names the way Python does: '{}', not {!r}Ned Batchelder2019-11-252-2/+2
|
* Implement __spec__ for files we run. #745 #838Ned Batchelder2019-11-241-15/+40
|
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-172-30/+30
|
* Another detail about numbits_to_numsNed Batchelder2019-11-151-0/+4
|
* Make howitworks currentNed Batchelder2019-11-151-5/+11
|
* Updated register_sqlite_functions() docstringSimon Willison2019-11-121-0/+1
|
* Expose numbits_to_nums() SQL function, refs #868Simon Willison2019-11-121-0/+2
|
* Templite {% joined %} is more convenient than trailing hyphensNed Batchelder2019-11-112-30/+41
|
* Bump versionNed Batchelder2019-11-111-1/+1
|
* Napoleon gets noisy if you use informal typesNed Batchelder2019-11-112-27/+20
|
* Update the man page, and in the process, organize cmdline.pyNed Batchelder2019-11-101-25/+25
|
* 5.0b1 prepNed Batchelder2019-11-101-1/+1
|
* Tweaks to Coverage docstringsNed Batchelder2019-11-101-10/+10
|
* Finish the sqldata.py docstringsNed Batchelder2019-11-102-12/+53
|
* Remove unneeded variable initializationNed Batchelder2019-11-091-3/+0
|
* Make sure dataio logging is happening where it shouldNed Batchelder2019-11-091-0/+2
|
* CoverageData.lines doesn't sort its returned listNed Batchelder2019-11-091-1/+1
|
* sqldata.py docstringsNed Batchelder2019-11-091-31/+118
|
* '[run] note' is no longer supported.Ned Batchelder2019-11-092-9/+3
|
* Meta on linux; makefile target rationalizationNed Batchelder2019-11-081-1/+1
|
* Linux tests are runnableNed Batchelder2019-11-071-1/+1
| | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
* A little more metacovNed Batchelder2019-11-051-2/+2
|
* Consolidate the type checking of toml valuesNed Batchelder2019-11-041-22/+12
|
* Refactor the toml logicNed Batchelder2019-11-041-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 installedNed Batchelder2019-11-032-22/+28
|
* A better way to import optional modulesNed Batchelder2019-11-034-9/+74
|
* Expand environment variables in any part of a TOML configNed Batchelder2019-11-031-7/+4
|
* Cleanups for TOML codeNed Batchelder2019-11-031-4/+20
|
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-034-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 reportsreybog902019-11-015-3/+34
|
* Clarify two functionsNed Batchelder2019-11-011-0/+4
|
* More polish on the expandable contextsNed Batchelder2019-10-172-7/+12
|
* Annotations should appear when hovering the text line, but not other parts ↵Ned Batchelder2019-10-162-13/+20
| | | | of #source.p
* Only the active context labels should have colorNed Batchelder2019-10-152-5/+5
|
* make cssNed Batchelder2019-10-141-18/+16
|
* Annotations and context labels have to co-existNed Batchelder2019-10-142-79/+70
|
* make cssNed Batchelder2019-10-131-43/+44
|
* Better presentation of contexts. #855Ned Batchelder2019-10-133-38/+89
|
* Source code without tablesNed Batchelder2019-10-133-142/+154
|
* Warn if asked to show context but none were measured. #851Ned Batchelder2019-10-101-0/+3
|
* Tie up a loose end in the docsNed Batchelder2019-10-081-1/+0
|