summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: prep for 7.0.0b1Ned Batchelder2022-12-031-3/+3
|
* chore: make upgradeNed Batchelder2022-12-021-2/+2
|
* feat: file paths are only remapped if the result existsNed Batchelder2022-11-291-1/+3
|
* style: fix spellingNed Batchelder2022-11-285-21/+18
| | | | un-executed, white space, time stamp.
* build: next version will be 7.0Ned Batchelder2022-11-281-1/+1
|
* feat: implicit path mapping during reporting. #1212Ned Batchelder2022-11-271-0/+4
|
* chore: make upgradeNed Batchelder2022-11-261-9/+9
|
* perf: more combine speed-upsNed Batchelder2022-11-202-3/+5
| | | | | | | By avoiding writing metadata that differs but doesn't change the data, we get a higher hitrate on the hash-checking when combining. Use --debug=process to include these details for debugging.
* refactor, docs: clean-up for #1387Ned Batchelder2022-11-171-2/+8
|
* feat: added support for finding unexecuted namespace packages (#1387)Felix Horvat2022-11-171-0/+8
| | | | | | | | | | | | | | | | | | | * add support for namespace packages * fixed typo * update documentation * fixed lint issues * changed versionadded * convert to config setting * removed pure formatting changes * code review changes Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* chore: make upgradeNed Batchelder2022-11-141-3/+3
|
* feat: complete removal of `[run] note`Ned Batchelder2022-11-111-8/+0
|
* perf: hash data files during combining to avoid unneeded work. #1483Ned Batchelder2022-11-081-2/+1
| | | | | | | | | When generating many parallel data files, often some data files will be exact copies of each other. Checking the hashes, we can avoid combining the duplicates, speeding the process. On a coverage.py metacov, we had 651 duplicates out of 2189 files (29%). The time to combine was reduced by 17%.
* feat: --format=total writes just the total numberNed Batchelder2022-11-061-4/+7
|
* docs: changelog and docs for `coverage report --format=markdown`Ned Batchelder2022-11-051-0/+4
|
* feat: report terminal output in Markdown Table format #1418 (#1479)stepeos2022-11-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactoring normal reporting text output * implemented markdown feature from #1418 * minor changes * fixed text output * fixed precision for text and markdown report format * minor changes * finished testing for markdown format feature * fixed testing outside test_summary.py * removed fixed-length widespace padding for tests * removed whitespaces * refactoring, fixing docs, rewriting cmd args * fixing code quality * implementing requested changes * doc fix * test: add another test of correct report formatting * fixed precision printing test * style: adjust the formatting Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* chore: make upgradeNed Batchelder2022-11-051-6/+4
|
* chore: make upgradeNed Batchelder2022-11-051-9/+9
|
* docs: prep for 6.6.0b16.6.0b1Ned Batchelder2022-10-312-4/+4
|
* fix: use glob matching instead of fnmatch. #1407Ned Batchelder2022-10-303-23/+48
| | | | | | | I didn't understand that fnmatch considers the entire string to be a filename, even if it has slashes in it. This led to incorrect matching. Now we use our own implementation of glob matching to get the correct behavior.
* fix: in toml config, only apply environment substitution to coverage ↵Ned Batchelder2022-10-281-4/+8
| | | | settings. #1481
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-3/+2
|
* chore: make upgradeNed Batchelder2022-10-261-6/+6
|
* chore: make upgradeNed Batchelder2022-10-231-18/+18
|
* docs: add another FAQNed Batchelder2022-10-201-2/+15
|
* docs: updates for implicit relative path mappingNed Batchelder2022-10-152-10/+12
|
* build: automate release-related editsNed Batchelder2022-09-301-5/+7
|
* docs: sample html report6.5.0Ned Batchelder2022-09-2911-64/+64
|
* build: prep for 6.5.0Ned Batchelder2022-09-292-4/+4
|
* docs: minor tweaks to db docsNed Batchelder2022-09-291-2/+3
|
* chore: make upgradeNed Batchelder2022-09-271-3/+3
|
* chore: make upgradeNed Batchelder2022-09-171-3/+3
|
* feat: --debug=pathmap will show details of re-mapping due to [paths] setting.Ned Batchelder2022-09-162-0/+6
|
* chore: make upgradeNed Batchelder2022-09-131-9/+9
|
* docs: contributions should have testsNed Batchelder2022-09-031-0/+3
|
* docs: add more details to doc/contributing.rstNed Batchelder2022-08-291-14/+47
|
* docs: ensure code blocks are highlighted properlyNed Batchelder2022-08-217-8/+26
|
* docs: sample html report6.4.4Ned Batchelder2022-08-1611-41/+41
|
* build: prep for 6.4.4Ned Batchelder2022-08-161-3/+3
|
* build: update 3.11 references to rc1Ned Batchelder2022-08-161-1/+1
|
* build: make upgrade (with hashes)Ned Batchelder2022-08-151-37/+159
|
* docs: don't use tabs while we work out the docutil version pinningNed Batchelder2022-08-152-17/+15
|
* build: make upgradeNed Batchelder2022-08-151-34/+15
|
* build: reduce doc reqs to avoid conflictsNed Batchelder2022-08-151-3/+3
|
* build: remove sphinx-autobuild, it's rarely used and causes conflictsNed Batchelder2022-08-151-1/+1
|
* Revert "build: switch to hashed dev dependencies"Ned Batchelder2022-08-111-200/+41
| | | | This reverts commit 015e42af088e03c4c69068b191be9212d7808689.
* build: switch to hashed dev dependenciesNed Batchelder2022-08-111-41/+200
| | | | | | | | | | | | | | | I used this tweak to the Makefile to mostly just add hashes, though some dependencies were also upgraded, not sure why... @@ -74,7 +74,7 @@ metasmoke: .PHONY: upgrade -PIP_COMPILE = pip-compile --upgrade --allow-unsafe +PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: ## Update the *.pip files with the latest packages satisfying *.in files. pip install -q -r requirements/pip-tools.pip
* docs: latest sample6.4.3Ned Batchelder2022-08-0612-43/+43
|
* docs: prep for 6.4.3Ned Batchelder2022-08-062-4/+4
|
* docs: latest sample HTML report6.4.2Ned Batchelder2022-07-1211-41/+41
|