summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test: this loop never finishes, and that's fineNed Batchelder2022-11-081-1/+1
* test: simplify the metacov flow a bitNed Batchelder2022-11-083-7/+3
* 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
* 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
* 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
* refactor: use `format` wherever we canNed Batchelder2022-11-056-15/+14
* docs: changelog and docs for `coverage report --format=markdown`Ned Batchelder2022-11-053-0/+12
* refactor: clean up of markdown table supportNed Batchelder2022-11-051-26/+27
* feat: report terminal output in Markdown Table format #1418 (#1479)stepeos2022-11-057-92/+263
* chore: make upgradeNed Batchelder2022-11-054-25/+16
* build: try removing a certifi pinNed Batchelder2022-11-051-5/+0
* chore: make upgradeNed Batchelder2022-11-058-379/+365
* build: remove pip pinNed Batchelder2022-11-051-3/+0
* refactor: avoid RawConfigParser, and use super()Ned Batchelder2022-11-031-10/+10
* fix: properly measure strange use of wildcard alternatives in match/case. #1421Ned Batchelder2022-11-033-2/+21
* test: a utility print for when reporting tests failNed Batchelder2022-11-021-0/+1
* build: releases get a nicer pypi/install footerNed Batchelder2022-11-021-19/+13
* build: bump versionNed Batchelder2022-10-312-1/+7
* docs: prep for 6.6.0b16.6.0b1Ned Batchelder2022-10-314-10/+16
* doc: the toml fix also fixed #1345Ned Batchelder2022-10-301-2/+4
* fix: more relative_files=true fixes. #1280Ned Batchelder2022-10-304-2/+45
* fix: use glob matching instead of fnmatch. #1407Ned Batchelder2022-10-3010-117/+284
* test: correct some config tests, and fully cover tomlconfig.pyNed Batchelder2022-10-282-11/+25
* fix: in toml config, only apply environment substitution to coverage settings...Ned Batchelder2022-10-284-35/+75
* test: simulate the failure from issue #1481Ned Batchelder2022-10-281-0/+4
* chore: make upgrade (3.11 ubuntu gevent changed hash?)Ned Batchelder2022-10-276-27/+28
* build: build a 3.11 Mac arm64 kitNed Batchelder2022-10-271-2/+4
* build: install light threads on newer pythonsNed Batchelder2022-10-271-1/+2
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-279-10/+11
* test: use modern pytest hook syntaxNed Batchelder2022-10-261-1/+1
* chore: make upgradeNed Batchelder2022-10-268-208/+143
* chore: make upgradeNed Batchelder2022-10-239-413/+439
* Use SPDX license expression in project metadata (#1478)Frazer McLean2022-10-211-1/+1
* docs: add another FAQNed Batchelder2022-10-201-2/+15
* fix: can't use PYPYVERSION without checking PYPY firstNed Batchelder2022-10-192-1/+8
* build: update three actions to latest version (#1473)Ned Batchelder2022-10-173-6/+3
* docs: mention 991 being fixed in CHANGES.rstNed Batchelder2022-10-151-1/+4
* test: simpler metacov.ini because of relative_file fixesNed Batchelder2022-10-151-1/+1