summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* test: deadsnakes dropped 3.9, so don't test it nightlyNed Batchelder2022-12-031-1/+0
|
* docs: mastodon linksNed Batchelder2022-12-032-1/+5
|
* chore: make upgradeNed Batchelder2022-12-033-18/+9
|
* build: do we still need this pin?Ned Batchelder2022-12-031-6/+0
|
* docs: prep for 7.0.0b1Ned Batchelder2022-12-033-7/+10
|
* docs: edit the changelog for 7.0.0Ned Batchelder2022-12-031-18/+61
|
* test: ensure columns=80 for coggingNed Batchelder2022-12-031-1/+5
|
* test: only rerun the failed tests in CISviatoslav Sydorenko2022-12-021-12/+3
| | | | | | | | This patch simplifies attempting to execute the tests again on failures in CI. It also limits the scope of the tests being rerun to include only those that failed on the first try. Additionally, it enables the maximum verbosity so that the retry is more useful for troubleshooting.
* chore: make upgradeNed Batchelder2022-12-029-28/+31
|
* build: use --resolver=backtracking as advisedNed Batchelder2022-12-021-1/+1
|
* fix: when checking source existence for remapping, zipfiles are okNed Batchelder2022-12-013-16/+73
|
* fix: prevent infinite recursionNed Batchelder2022-12-012-3/+9
| | | | | If using relative file paths, and a file remapping failed, we'd get an infinite recursion.
* test: don't add tests conditionally, skip them insteadNed Batchelder2022-12-011-6/+5
| | | | This keeps the total number of tests the same in all situations.
* chore: make upgradeNed Batchelder2022-12-016-42/+42
|
* feat: file paths are only remapped if the result existsNed Batchelder2022-11-297-16/+44
|
* test: colored pytest output in GitHub ActionsNed Batchelder2022-11-292-0/+2
|
* style: fix spellingNed Batchelder2022-11-2818-57/+53
| | | | un-executed, white space, time stamp.
* build: next version will be 7.0Ned Batchelder2022-11-284-3/+8
|
* refactor: ensure all sqlite cursors are closedNed Batchelder2022-11-271-93/+131
|
* refactor: SimpleReprMixing wasn't simple, it was autoNed Batchelder2022-11-273-10/+10
| | | | Also, I'm not sure I like it as a mixin...
* feat: implicit path mapping during reporting. #1212Ned Batchelder2022-11-276-13/+192
|
* chore: make upgradeNed Batchelder2022-11-269-167/+163
|
* style: long arg lists should be one per lineNed Batchelder2022-11-261-51/+142
|
* docs: add issue 1483 to the changelogNed Batchelder2022-11-251-1/+2
|
* build: cheats for commit-specific installsNed Batchelder2022-11-201-1/+7
|
* perf: more combine speed-upsNed Batchelder2022-11-205-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 numbersNed Batchelder2022-11-174-16/+34
|
* refactor, docs: clean-up for #1387Ned Batchelder2022-11-175-9/+33
|
* feat: added support for finding unexecuted namespace packages (#1387)Felix Horvat2022-11-177-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 upgradeNed Batchelder2022-11-149-76/+72
|
* build(deps): bump actions/dependency-review-action from 2 to 3 (#1487)dependabot[bot]2022-11-141-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 referencesNed Batchelder2022-11-111-16/+15
|
* feat: complete removal of `[run] note`Ned Batchelder2022-11-115-24/+2
|
* chore: make upgradeNed Batchelder2022-11-083-6/+10
|
* build: use the new --format=total for badge totalNed Batchelder2022-11-081-16/+11
|
* fix: path-mapped results shouldn't start with ./Ned Batchelder2022-11-082-0/+10
| | | | Unless the actual result in the config starts with ./
* test: this loop never finishes, and that's fineNed Batchelder2022-11-081-1/+1
| | | | Because the last pattern in G2RX_TOKENS is ".", so it always matches.
* test: simplify the metacov flow a bitNed Batchelder2022-11-083-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 endNed Batchelder2022-11-081-2/+0
|
* perf: hash data files during combining to avoid unneeded work. #1483Ned Batchelder2022-11-086-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 badgeNed Batchelder2022-11-071-2/+5
|
* chore: make upgradeNed Batchelder2022-11-077-222/+214
|
* refactor: remove mention of Python 2 unicodeNed Batchelder2022-11-063-12/+3
|
* refactor: no need for special handling of compiling unicode sourceNed Batchelder2022-11-065-156/+8
| | | | This was a holdover from Python 2 days.
* fix: only accept known values for --formatNed Batchelder2022-11-063-1/+13
|
* fix: don't write two rules for an empty table.Ned Batchelder2022-11-063-12/+16
|
* fix: an empty file shouldn't fail with --fail-under=99. #1470Ned Batchelder2022-11-063-2/+7
|
* feat: --format=total writes just the total numberNed Batchelder2022-11-066-14/+36
|
* refactor: human sortingNed Batchelder2022-11-063-10/+13
|
* refactor: more clean up of report table codeNed Batchelder2022-11-051-41/+38
|