index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: when checking source existence for remapping, zipfiles are ok
Ned Batchelder
2022-12-01
1
-1
/
+30
*
fix: prevent infinite recursion
Ned Batchelder
2022-12-01
1
-0
/
+1
*
test: don't add tests conditionally, skip them instead
Ned Batchelder
2022-12-01
1
-6
/
+5
*
feat: file paths are only remapped if the result exists
Ned Batchelder
2022-11-29
4
-13
/
+26
*
style: fix spelling
Ned Batchelder
2022-11-28
4
-13
/
+13
*
feat: implicit path mapping during reporting. #1212
Ned Batchelder
2022-11-27
2
-2
/
+149
*
perf: more combine speed-ups
Ned Batchelder
2022-11-20
1
-0
/
+20
*
build: allow for .devN version numbers
Ned Batchelder
2022-11-17
2
-7
/
+12
*
feat: added support for finding unexecuted namespace packages (#1387)
Felix Horvat
2022-11-17
2
-1
/
+21
*
feat: complete removal of `[run] note`
Ned Batchelder
2022-11-11
1
-11
/
+0
*
fix: path-mapped results shouldn't start with ./
Ned Batchelder
2022-11-08
1
-0
/
+7
*
perf: hash data files during combining to avoid unneeded work. #1483
Ned Batchelder
2022-11-08
2
-2
/
+6
*
refactor: remove mention of Python 2 unicode
Ned Batchelder
2022-11-06
2
-10
/
+2
*
refactor: no need for special handling of compiling unicode source
Ned Batchelder
2022-11-06
2
-116
/
+4
*
fix: only accept known values for --format
Ned Batchelder
2022-11-06
2
-0
/
+11
*
fix: don't write two rules for an empty table.
Ned Batchelder
2022-11-06
1
-11
/
+10
*
fix: an empty file shouldn't fail with --fail-under=99. #1470
Ned Batchelder
2022-11-06
1
-1
/
+2
*
feat: --format=total writes just the total number
Ned Batchelder
2022-11-06
1
-1
/
+9
*
refactor: use `format` wherever we can
Ned Batchelder
2022-11-05
2
-4
/
+3
*
feat: report terminal output in Markdown Table format #1418 (#1479)
stepeos
2022-11-05
2
-35
/
+92
*
fix: properly measure strange use of wildcard alternatives in match/case. #1421
Ned Batchelder
2022-11-03
1
-0
/
+13
*
test: a utility print for when reporting tests fail
Ned Batchelder
2022-11-02
1
-0
/
+1
*
fix: more relative_files=true fixes. #1280
Ned Batchelder
2022-10-30
1
-0
/
+32
*
fix: use glob matching instead of fnmatch. #1407
Ned Batchelder
2022-10-30
3
-64
/
+170
*
test: correct some config tests, and fully cover tomlconfig.py
Ned Batchelder
2022-10-28
1
-4
/
+21
*
fix: in toml config, only apply environment substitution to coverage settings...
Ned Batchelder
2022-10-28
1
-7
/
+12
*
test: simulate the failure from issue #1481
Ned Batchelder
2022-10-28
1
-0
/
+4
*
build: 3.11.0 and 3.12.0a1 are available
Ned Batchelder
2022-10-27
1
-1
/
+1
*
test: use modern pytest hook syntax
Ned Batchelder
2022-10-26
1
-1
/
+1
*
feat: implicitly combine relative paths
Ned Batchelder
2022-10-15
1
-0
/
+20
*
refactor: since we are showing regexes, make them a bit simpler
Ned Batchelder
2022-10-15
1
-4
/
+4
*
fix: */foo matches "foo/x.py", to help with combining relative file names. #991
Ned Batchelder
2022-10-15
1
-0
/
+30
*
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
*
fix: keep negative arc values
Ned Batchelder
2022-09-29
1
-1
/
+1
*
feat: include branches taken and missed in JSON report. #1425
Christoph Blessing
2022-09-29
1
-45
/
+70
*
fix: `class` statements shouldn't be branches. #1449
Ned Batchelder
2022-09-26
2
-7
/
+5
*
feat: --debug=pathmap will show details of re-mapping due to [paths] setting.
Ned Batchelder
2022-09-16
1
-1
/
+27
*
build: use pyproject.toml to comply with pep517
Ned Batchelder
2022-09-13
1
-1
/
+1
*
test: pypy fixed their sys.path[0] difference, 3792
Ned Batchelder
2022-08-27
2
-7
/
+1
*
test: btw, pypy no longer includes the current dir in sys.path when running a...
Ned Batchelder
2022-08-25
1
-8
/
+0
*
test: pypy partially fixed issue 3792
Ned Batchelder
2022-08-25
1
-1
/
+0
*
fix: don't cache a failed parse
Ned Batchelder
2022-08-21
1
-0
/
+9
*
docs: keep CHANGES up to date
Ned Batchelder
2022-08-06
1
-2
/
+4
*
fix: paths were wrong when running from root (#1403)
Arthur Rio
2022-08-06
1
-7
/
+17
*
test: add a test for #1405
Ned Batchelder
2022-08-06
1
-0
/
+27
*
test: xfail some tests that need PyPy to improve #1426
Ned Batchelder
2022-08-02
2
-3
/
+10
*
fix: 3.11.0b4 has 0-numbered lines. Fixes #1419
Ned Batchelder
2022-07-12
2
-11
/
+27
*
test: copying __pycache__ was causing race conditions, and was unneeded anyway.
Ned Batchelder
2022-07-08
1
-1
/
+5
[next]