Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: bump version | Ned Batchelder | 2023-04-28 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.2.4 | Ned Batchelder | 2023-04-28 | 1 | -3/+8 |
| | |||||
* | fix: specific files to include/omit should match even with relative files #1604. | Ned Batchelder | 2023-04-27 | 1 | -0/+6 |
| | |||||
* | refactor: parametrize a test for #1608 | Ned Batchelder | 2023-04-27 | 1 | -0/+6 |
| | |||||
* | fix: no need for terminal url except for html report | Ned Batchelder | 2023-04-26 | 1 | -0/+7 |
| | |||||
* | docs: clean up for #1610. Thanks, Brian Grohe. | Ned Batchelder | 2023-04-25 | 1 | -1/+4 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-04-06 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.2.3 | Ned Batchelder | 2023-04-06 | 1 | -4/+6 |
| | |||||
* | docs: add the fix for #1599, thanks Lewis Gaul | Ned Batchelder | 2023-04-06 | 1 | -0/+6 |
| | |||||
* | build: no longer use hashed pins #1592 | Ned Batchelder | 2023-03-26 | 1 | -0/+3 |
| | |||||
* | style: clean up #1587 | Ned Batchelder | 2023-03-22 | 1 | -3/+4 |
| | |||||
* | docs: add compact HTML context reports to the changelog | Ned Batchelder | 2023-03-22 | 1 | -1/+6 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-03-16 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.2.2 | Ned Batchelder | 2023-03-16 | 1 | -4/+6 |
| | |||||
* | fix: don't measure all third-party packages if source is in third-party location | Manuel Jacob | 2023-03-15 | 1 | -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 lines | Ned Batchelder | 2023-03-15 | 1 | -3/+3 |
| | |||||
* | docs: #1573 is fixed, thanks Benjamin Parzella | Ned Batchelder | 2023-03-14 | 1 | -0/+6 |
| | |||||
* | docs: changelog for #1583 | Ned Batchelder | 2023-03-14 | 1 | -1/+5 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-02-26 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.2.1 | Ned Batchelder | 2023-02-26 | 1 | -4/+6 |
| | |||||
* | fix: export our public names for type checking. #1564 | Ned Batchelder | 2023-02-26 | 1 | -0/+4 |
| | |||||
* | fix: always use full-version rtfd links #1566 | Ned Batchelder | 2023-02-24 | 1 | -1/+4 |
| | |||||
* | fix(docs): wrong link syntax | Ned Batchelder | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-02-22 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.2.0 | Ned Batchelder | 2023-02-22 | 1 | -4/+6 |
| | |||||
* | docs: final paperwork for exclude_also #1557 | Ned Batchelder | 2023-02-22 | 1 | -0/+7 |
| | |||||
* | fix: Path objects are ok for data_file and config_file. #1552 | Ned Batchelder | 2023-02-12 | 1 | -1/+6 |
| | |||||
* | fix: only write "Wrote report" message if report succeeded. | Ned Batchelder | 2023-02-08 | 1 | -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_files | Ned Batchelder | 2023-02-08 | 1 | -0/+4 |
| | | | | Also, move tests to test_data.py, and finish covering the code. | ||||
* | docs: paperwork for #1543 | Ned Batchelder | 2023-02-03 | 1 | -0/+6 |
| | | | | This is about the fix in commit 96af3eae92a7b5dc1053be194820adf47c17777a | ||||
* | docs: paperwork for py.typed | Ned Batchelder | 2023-02-02 | 1 | -1/+4 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-01-24 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.1.0 | Ned Batchelder | 2023-01-24 | 1 | -8/+10 |
| | |||||
* | perf: avoid needless sql operations. #1538 | Ned Batchelder | 2023-01-24 | 1 | -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. #1319 | Ned Batchelder | 2023-01-22 | 1 | -0/+6 |
| | |||||
* | build: use scriv to create GitHub releases | Ned Batchelder | 2023-01-16 | 1 | -1/+2 |
| | |||||
* | mypy: all of coverage/ and tests/ are checked | Ned Batchelder | 2023-01-12 | 1 | -1/+1 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-01-10 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.0.5 | Ned Batchelder | 2023-01-10 | 1 | -2/+4 |
| | |||||
* | fix: isolate user code from coverage.py internal code flags. #1524 | Ned Batchelder | 2023-01-09 | 1 | -1/+5 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-01-07 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.0.4 | Ned Batchelder | 2023-01-07 | 1 | -2/+4 |
| | |||||
* | perf: the file mapping cache was off by mistake. #1527 | Ned Batchelder | 2023-01-07 | 1 | -1/+6 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-01-03 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.0.37.0.3 | Ned Batchelder | 2023-01-03 | 1 | -2/+4 |
| | |||||
* | fix: race condition on data file shouldn't break combining. #1522 | Ned Batchelder | 2023-01-03 | 1 | -1/+8 |
| | |||||
* | build: bump version | Ned Batchelder | 2023-01-02 | 1 | -0/+6 |
| | |||||
* | docs: prep for 7.0.2 | Ned Batchelder | 2023-01-02 | 1 | -9/+12 |
| | |||||
* | fix: relative_files should keep relative path maps. #1519 | Ned Batchelder | 2023-01-02 | 1 | -0/+5 |
| | |||||
* | fix: lcov command didn't report a total, so --fail-under didn't work | Ned Batchelder | 2022-12-31 | 1 | -0/+3 |
| |