summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* temp: use checksummingnedbat/cogNed Batchelder2021-11-199-20/+25
* docs: use cog to include the help output of commandsNed Batchelder2021-11-1911-309/+287
* docs: use cog instead of manually copying and checking the copyNed Batchelder2021-11-1910-128/+28
* build: make upgradeNed Batchelder2021-11-188-37/+37
* fix: suffix=False will suppress the suffix even with multiprocessing. #989Ned Batchelder2021-11-183-1/+31
* test: don't force flaky re-runsNed Batchelder2021-11-181-1/+1
* test: properly reset a few globals between every testNed Batchelder2021-11-172-3/+19
* refactor: remove comparison methods only needed for Python 2Ned Batchelder2021-11-171-16/+4
* refactor: move this so I can use it ad-hoc more easilyNed Batchelder2021-11-162-26/+26
* refactor: filename_suffix() is only used by CoverageData, so move itNed Batchelder2021-11-162-23/+23
* build: auto-assign the 'needs triage' label to new issuesNed Batchelder2021-11-162-2/+2
* docs: clarify the CoverageData(basename=) argument. #985Ned Batchelder2021-11-151-1/+1
* refactor: specialize exceptionsNed Batchelder2021-11-1425-115/+147
* docs: document the exceptionsNed Batchelder2021-11-1410-26/+38
* docs: dumb Sphinx theme adds a period to the copyright noticeNed Batchelder2021-11-131-1/+1
* test: add a test of `coverage debug premain`Ned Batchelder2021-11-131-0/+15
* debug: the `coverage debug` command no longer accepts multiple topicsNed Batchelder2021-11-133-27/+37
* fix: suppress exceptions when finding source= modules. #1203Ned Batchelder2021-11-133-1/+11
* style(docs): make note:: uses uniformNed Batchelder2021-11-135-25/+33
* refactor: a plural helperNed Batchelder2021-11-133-14/+19
* feat: 'debug data' now enumerates combinable files alsoNed Batchelder2021-11-134-43/+89
* refactor: add_lines only needs an iterable of intsNed Batchelder2021-11-134-31/+31
* refactor: no need for __nonzero__, that was py2 onlyNed Batchelder2021-11-132-6/+2
* test(build): skip metacov on mac pypy3, it slows us downNed Batchelder2021-11-132-0/+6
* test(fix): make the fullcoverage test work on 3.11Ned Batchelder2021-11-121-3/+1
* test: we were mistakenly excluding tests that couldn't run on JythonNed Batchelder2021-11-121-1/+0
* fix: don't overwrite a .gitignore in the html output directory. #1244nedbat/1244-againNed Batchelder2021-11-123-2/+14
* typoNed Batchelder2021-11-111-1/+1
* test(refactor): convert looping tests to parametrizeNed Batchelder2021-11-113-51/+45
* style: convert more string formatting to f-stringsNed Batchelder2021-11-1122-42/+40
* refactor: we no longer need to treat 'class' lines speciallyNed Batchelder2021-11-113-20/+3
* fix: colons in decorators shouldn't stop an exclusionNed Batchelder2021-11-103-4/+30
* build: bump versionNed Batchelder2021-11-102-1/+7
* docs: sample HTML report for 6.1.26.1.2Ned Batchelder2021-11-1011-2187/+2232
* docs: update the man page with --quietNed Batchelder2021-11-101-0/+12
* build: prep for 6.1.2Ned Batchelder2021-11-104-6/+8
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-1011-6/+35
* style: make these macros more bullet-proofNed Batchelder2021-11-102-5/+5
* fix: warn about more source file problemsNed Batchelder2021-11-094-8/+20
* build: use this setup.py command because it shows compiler errors that might ...Ned Batchelder2021-11-091-0/+1
* docs: fix typo in source docs (#1275)Timo Furrer2021-11-091-1/+2
* build: one pypy wheel to rule them allNed Batchelder2021-11-091-5/+4
* refactor(test): convert eight tests to one parametrized testNed Batchelder2021-11-071-27/+4
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-0710-29/+26
* docs: detailed bug reports count as contributionsNed Batchelder2021-11-071-0/+1
* build: use cog 3.2.0 so we can just print() the outputNed Batchelder2021-11-071-3/+2
* build: tweak the kit matrix namesNed Batchelder2021-11-071-40/+40
* docs: super-minor tweak to the |repos| badgeNed Batchelder2021-11-071-2/+2
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-065-79/+112
* build: use a cogged matrix of wheelsNed Batchelder2021-11-061-25/+69