Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: next version will be 7.0 | Ned Batchelder | 2022-11-28 | 4 | -3/+8 | |
| | ||||||
* | refactor: ensure all sqlite cursors are closed | Ned Batchelder | 2022-11-27 | 1 | -93/+131 | |
| | ||||||
* | refactor: SimpleReprMixing wasn't simple, it was auto | Ned Batchelder | 2022-11-27 | 3 | -10/+10 | |
| | | | | Also, I'm not sure I like it as a mixin... | |||||
* | feat: implicit path mapping during reporting. #1212 | Ned Batchelder | 2022-11-27 | 6 | -13/+192 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-11-26 | 9 | -167/+163 | |
| | ||||||
* | style: long arg lists should be one per line | Ned Batchelder | 2022-11-26 | 1 | -51/+142 | |
| | ||||||
* | docs: add issue 1483 to the changelog | Ned Batchelder | 2022-11-25 | 1 | -1/+2 | |
| | ||||||
* | build: cheats for commit-specific installs | Ned Batchelder | 2022-11-20 | 1 | -1/+7 | |
| | ||||||
* | perf: more combine speed-ups | Ned Batchelder | 2022-11-20 | 5 | -13/+42 | |
| | | | | | | | 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. | |||||
* | build: allow for .devN version numbers | Ned Batchelder | 2022-11-17 | 4 | -16/+34 | |
| | ||||||
* | refactor, docs: clean-up for #1387 | Ned Batchelder | 2022-11-17 | 5 | -9/+33 | |
| | ||||||
* | feat: added support for finding unexecuted namespace packages (#1387) | Felix Horvat | 2022-11-17 | 7 | -5/+41 | |
| | | | | | | | | | | | | | | | | | | | * 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 upgrade | Ned Batchelder | 2022-11-14 | 9 | -76/+72 | |
| | ||||||
* | build(deps): bump actions/dependency-review-action from 2 to 3 (#1487) | dependabot[bot] | 2022-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
* | docs: more uniform pr references | Ned Batchelder | 2022-11-11 | 1 | -16/+15 | |
| | ||||||
* | feat: complete removal of `[run] note` | Ned Batchelder | 2022-11-11 | 5 | -24/+2 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-11-08 | 3 | -6/+10 | |
| | ||||||
* | build: use the new --format=total for badge total | Ned Batchelder | 2022-11-08 | 1 | -16/+11 | |
| | ||||||
* | fix: path-mapped results shouldn't start with ./ | Ned Batchelder | 2022-11-08 | 2 | -0/+10 | |
| | | | | Unless the actual result in the config starts with ./ | |||||
* | test: this loop never finishes, and that's fine | Ned Batchelder | 2022-11-08 | 1 | -1/+1 | |
| | | | | Because the last pattern in G2RX_TOKENS is ".", so it always matches. | |||||
* | test: simplify the metacov flow a bit | Ned Batchelder | 2022-11-08 | 3 | -7/+3 | |
| | | | | | | | - default COVERAGE_METAFILE=.metacov for convenience - don't make json and xml reports, if we need them we'll do it explicitly. | |||||
* | test: no need to combine during each test run, do it at the end | Ned Batchelder | 2022-11-08 | 1 | -2/+0 | |
| | ||||||
* | perf: hash data files during combining to avoid unneeded work. #1483 | Ned Batchelder | 2022-11-08 | 6 | -33/+57 | |
| | | | | | | | | | 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%. | |||||
* | docs: add the snyk package health badge | Ned Batchelder | 2022-11-07 | 1 | -2/+5 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-11-07 | 7 | -222/+214 | |
| | ||||||
* | refactor: remove mention of Python 2 unicode | Ned Batchelder | 2022-11-06 | 3 | -12/+3 | |
| | ||||||
* | refactor: no need for special handling of compiling unicode source | Ned Batchelder | 2022-11-06 | 5 | -156/+8 | |
| | | | | This was a holdover from Python 2 days. | |||||
* | fix: only accept known values for --format | Ned Batchelder | 2022-11-06 | 3 | -1/+13 | |
| | ||||||
* | fix: don't write two rules for an empty table. | Ned Batchelder | 2022-11-06 | 3 | -12/+16 | |
| | ||||||
* | fix: an empty file shouldn't fail with --fail-under=99. #1470 | Ned Batchelder | 2022-11-06 | 3 | -2/+7 | |
| | ||||||
* | feat: --format=total writes just the total number | Ned Batchelder | 2022-11-06 | 6 | -14/+36 | |
| | ||||||
* | refactor: human sorting | Ned Batchelder | 2022-11-06 | 3 | -10/+13 | |
| | ||||||
* | refactor: more clean up of report table code | Ned Batchelder | 2022-11-05 | 1 | -41/+38 | |
| | ||||||
* | refactor: use `format` wherever we can | Ned Batchelder | 2022-11-05 | 6 | -15/+14 | |
| | ||||||
* | docs: changelog and docs for `coverage report --format=markdown` | Ned Batchelder | 2022-11-05 | 3 | -0/+12 | |
| | ||||||
* | refactor: clean up of markdown table support | Ned Batchelder | 2022-11-05 | 1 | -26/+27 | |
| | ||||||
* | feat: report terminal output in Markdown Table format #1418 (#1479) | stepeos | 2022-11-05 | 7 | -92/+263 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 upgrade | Ned Batchelder | 2022-11-05 | 4 | -25/+16 | |
| | ||||||
* | build: try removing a certifi pin | Ned Batchelder | 2022-11-05 | 1 | -5/+0 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-11-05 | 8 | -379/+365 | |
| | ||||||
* | build: remove pip pin | Ned Batchelder | 2022-11-05 | 1 | -3/+0 | |
| | | | | https://github.com/jazzband/pip-tools/issues/1617 was fixed in pip-tools==6.6.1 | |||||
* | refactor: avoid RawConfigParser, and use super() | Ned Batchelder | 2022-11-03 | 1 | -10/+10 | |
| | ||||||
* | fix: properly measure strange use of wildcard alternatives in match/case. #1421 | Ned Batchelder | 2022-11-03 | 3 | -2/+21 | |
| | ||||||
* | test: a utility print for when reporting tests fail | Ned Batchelder | 2022-11-02 | 1 | -0/+1 | |
| | ||||||
* | build: releases get a nicer pypi/install footer | Ned Batchelder | 2022-11-02 | 1 | -19/+13 | |
| | ||||||
* | build: bump version | Ned Batchelder | 2022-10-31 | 2 | -1/+7 | |
| | ||||||
* | docs: prep for 6.6.0b16.6.0b1 | Ned Batchelder | 2022-10-31 | 4 | -10/+16 | |
| | ||||||
* | doc: the toml fix also fixed #1345 | Ned Batchelder | 2022-10-30 | 1 | -2/+4 | |
| | ||||||
* | fix: more relative_files=true fixes. #1280 | Ned Batchelder | 2022-10-30 | 4 | -2/+45 | |
| | ||||||
* | fix: use glob matching instead of fnmatch. #1407 | Ned Batchelder | 2022-10-30 | 10 | -117/+284 | |
| | | | | | | | 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. |