summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* build: bump versionNed Batchelder2023-04-061-0/+6
|
* docs: prep for 7.2.3Ned Batchelder2023-04-061-4/+6
|
* docs: add the fix for #1599, thanks Lewis GaulNed Batchelder2023-04-061-0/+6
|
* build: no longer use hashed pins #1592Ned Batchelder2023-03-261-0/+3
|
* style: clean up #1587Ned Batchelder2023-03-221-3/+4
|
* docs: add compact HTML context reports to the changelogNed Batchelder2023-03-221-1/+6
|
* build: bump versionNed Batchelder2023-03-161-0/+6
|
* docs: prep for 7.2.2Ned Batchelder2023-03-161-4/+6
|
* fix: don't measure all third-party packages if source is in third-party locationManuel Jacob2023-03-151-0/+7
| | | | | | | | There is logic to not measure third-party packages inside configured sources. However, when a (i.e. another) configured source was inside a third-party location, this logic was previously disabled completely. This caused a problem if a virtual env is set up inside a configured source directory and a configured source package gets installed inside the virtual env. Previously in this case, coverage was measured for all files in the virtual env for the reason described in the previous paragraph. This commit changes the code to collect all configured source directories inside third-party locations and disable coverage for code in third-party locations only if its not in one of these collected source directories.
* docs: wrap long linesNed Batchelder2023-03-151-3/+3
|
* docs: #1573 is fixed, thanks Benjamin ParzellaNed Batchelder2023-03-141-0/+6
|
* docs: changelog for #1583Ned Batchelder2023-03-141-1/+5
|
* build: bump versionNed Batchelder2023-02-261-0/+6
|
* docs: prep for 7.2.1Ned Batchelder2023-02-261-4/+6
|
* fix: export our public names for type checking. #1564Ned Batchelder2023-02-261-0/+4
|
* fix: always use full-version rtfd links #1566Ned Batchelder2023-02-241-1/+4
|
* fix(docs): wrong link syntaxNed Batchelder2023-02-231-1/+1
|
* build: bump versionNed Batchelder2023-02-221-0/+6
|
* docs: prep for 7.2.0Ned Batchelder2023-02-221-4/+6
|
* docs: final paperwork for exclude_also #1557Ned Batchelder2023-02-221-0/+7
|
* fix: Path objects are ok for data_file and config_file. #1552Ned Batchelder2023-02-121-1/+6
|
* fix: only write "Wrote report" message if report succeeded.Ned Batchelder2023-02-081-0/+4
| | | | | | | For example, see [issue 1554](https://github.com/nedbat/coveragepy/issues/1554) for the previous misleading behavior when the exception being raised wasn't a CoverageException.
* feat: simplify purges_filesNed Batchelder2023-02-081-0/+4
| | | | Also, move tests to test_data.py, and finish covering the code.
* docs: paperwork for #1543Ned Batchelder2023-02-031-0/+6
| | | | This is about the fix in commit 96af3eae92a7b5dc1053be194820adf47c17777a
* docs: paperwork for py.typedNed Batchelder2023-02-021-1/+4
|
* build: bump versionNed Batchelder2023-01-241-0/+6
|
* docs: prep for 7.1.0Ned Batchelder2023-01-241-8/+10
|
* perf: avoid needless sql operations. #1538Ned Batchelder2023-01-241-1/+8
| | | | | | | | | | If the set of arcs is empty, skip the SQL operations. We also need to allow setting a file tracer for an unmeasured file, to avoid the Cython problem whose fix caused the performance issue in the first place. TBH, I don't know why we had to prevent file tracers on unmeasured files. Perhaps pytest-cov has changed to avoid the behavior that caused problems.
* feat: the debug output file can be specified in the config file. #1319Ned Batchelder2023-01-221-0/+6
|
* build: use scriv to create GitHub releasesNed Batchelder2023-01-161-1/+2
|
* mypy: all of coverage/ and tests/ are checkedNed Batchelder2023-01-121-1/+1
|
* build: bump versionNed Batchelder2023-01-101-0/+6
|
* docs: prep for 7.0.5Ned Batchelder2023-01-101-2/+4
|
* fix: isolate user code from coverage.py internal code flags. #1524Ned Batchelder2023-01-091-1/+5
|
* build: bump versionNed Batchelder2023-01-071-0/+6
|
* docs: prep for 7.0.4Ned Batchelder2023-01-071-2/+4
|
* perf: the file mapping cache was off by mistake. #1527Ned Batchelder2023-01-071-1/+6
|
* build: bump versionNed Batchelder2023-01-031-0/+6
|
* docs: prep for 7.0.37.0.3Ned Batchelder2023-01-031-2/+4
|
* fix: race condition on data file shouldn't break combining. #1522Ned Batchelder2023-01-031-1/+8
|
* build: bump versionNed Batchelder2023-01-021-0/+6
|
* docs: prep for 7.0.2Ned Batchelder2023-01-021-9/+12
|
* fix: relative_files should keep relative path maps. #1519Ned Batchelder2023-01-021-0/+5
|
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-311-0/+3
|
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-301-4/+6
|
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-301-0/+4
|
* fix: [tools.coverage] is valid for settings in a toml file. #1516Ned Batchelder2022-12-271-0/+9
|
* fix: adjust some PyPy behaviors. #1515Ned Batchelder2022-12-271-1/+3
|
* docs: bump versionNed Batchelder2022-12-231-0/+6
|
* docs: prep for 7.0.1Ned Batchelder2022-12-231-2/+4
|