Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | test: correct some config tests, and fully cover tomlconfig.py | Ned Batchelder | 2022-10-28 | 2 | -11/+25 | |
| | ||||||
* | fix: in toml config, only apply environment substitution to coverage ↵ | Ned Batchelder | 2022-10-28 | 4 | -35/+75 | |
| | | | | settings. #1481 | |||||
* | test: simulate the failure from issue #1481 | Ned Batchelder | 2022-10-28 | 1 | -0/+4 | |
| | ||||||
* | chore: make upgrade (3.11 ubuntu gevent changed hash?) | Ned Batchelder | 2022-10-27 | 6 | -27/+28 | |
| | ||||||
* | build: build a 3.11 Mac arm64 kit | Ned Batchelder | 2022-10-27 | 1 | -2/+4 | |
| | ||||||
* | build: install light threads on newer pythons | Ned Batchelder | 2022-10-27 | 1 | -1/+2 | |
| | ||||||
* | build: 3.11.0 and 3.12.0a1 are available | Ned Batchelder | 2022-10-27 | 9 | -10/+11 | |
| | ||||||
* | test: use modern pytest hook syntax | Ned Batchelder | 2022-10-26 | 1 | -1/+1 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-10-26 | 8 | -208/+143 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-10-23 | 9 | -413/+439 | |
| | ||||||
* | Use SPDX license expression in project metadata (#1478) | Frazer McLean | 2022-10-21 | 1 | -1/+1 | |
| | ||||||
* | docs: add another FAQ | Ned Batchelder | 2022-10-20 | 1 | -2/+15 | |
| | ||||||
* | fix: can't use PYPYVERSION without checking PYPY first | Ned Batchelder | 2022-10-19 | 2 | -1/+8 | |
| | ||||||
* | build: update three actions to latest version (#1473) | Ned Batchelder | 2022-10-17 | 3 | -6/+3 | |
| | | | | Also, remove the symbolic references in the comments, since dependabot doesn't update them. | |||||
* | docs: mention 991 being fixed in CHANGES.rst | Ned Batchelder | 2022-10-15 | 1 | -1/+4 | |
| | ||||||
* | test: simpler metacov.ini because of relative_file fixes | Ned Batchelder | 2022-10-15 | 1 | -1/+1 | |
| | ||||||
* | docs: updates for implicit relative path mapping | Ned Batchelder | 2022-10-15 | 4 | -13/+22 | |
| | ||||||
* | feat: implicitly combine relative paths | Ned Batchelder | 2022-10-15 | 4 | -11/+45 | |
| | ||||||
* | refactor: since we are showing regexes, make them a bit simpler | Ned Batchelder | 2022-10-15 | 2 | -5/+9 | |
| | | | | | | The old code would always wrap the regex in a needless `(?s:...)` parenthesis. Path aliases are always single regexes, so they don't need that extra wrapping. This makes logged path maps easier to understand. | |||||
* | fix: */foo matches "foo/x.py", to help with combining relative file names. #991 | Ned Batchelder | 2022-10-15 | 3 | -1/+33 | |
| | ||||||
* | refactor(test): use parametrize instead of loops | Ned Batchelder | 2022-10-15 | 1 | -29/+26 | |
| | ||||||
* | test: uncomment an assert | Ned Batchelder | 2022-10-15 | 1 | -2/+1 | |
| | ||||||
* | refactor: simplify the arguments to a test helper | Ned Batchelder | 2022-10-15 | 1 | -17/+14 | |
| | ||||||
* | build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 (#1465) | dependabot[bot] | 2022-10-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | * build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/54d929a33e7521ab6bf19d323d28fb7b876c53f7...9e75560bc15f4bddbf108466ba42d6922f1fc160) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/coverage.yml Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | |||||
* | build: the /io path was for metalinux, which is gone since 76e80108 | Ned Batchelder | 2022-10-10 | 1 | -2/+1 | |
| | ||||||
* | docs: thanks for two build fixes, Michał and Sviatoslav | Ned Batchelder | 2022-10-04 | 1 | -0/+2 | |
| | ||||||
* | build: fix the branch protection gate check @ GHA | Sviatoslav Sydorenko | 2022-10-04 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | This adds a GHA job that reliably determines if all the required dependencies have succeeded or not. It is now in use in aiohttp (and other aio-libs projects), CherryPy, some of the Ansible repositories, all of the jaraco's projects (like `setuptools`, `importlib_metadata`), some of hynek's projects, some PyCQA, PyCA, PyPA and pytest projects, a few AWS Labs projects (to my surprise). The story behind this is explained in more detail at https://github.com/marketplace/actions/alls-green#why. | |||||
* | refactor: remove minor pre-3.7 complexity | Ned Batchelder | 2022-10-02 | 1 | -3/+2 | |
| | ||||||
* | build: remove redundant wheel dep from pyproject.toml | Michał Górny | 2022-10-01 | 1 | -1/+1 | |
| | | | | | | | Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a | |||||
* | build: automate release-related edits | Ned Batchelder | 2022-09-30 | 4 | -60/+100 | |
| | ||||||
* | build: gh releases have pypi link and installation instruction | Ned Batchelder | 2022-09-30 | 1 | -3/+17 | |
| | ||||||
* | build: bump version | Ned Batchelder | 2022-09-29 | 2 | -1/+7 | |
| |