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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
mypy: check collector.py and plugin_support.py
Ned Batchelder
2023-01-01
15
-153
/
+337
|
*
refactor: a better way to filter `coverage debug pybehave`
Ned Batchelder
2023-01-01
2
-4
/
+14
|
*
mypy: add cmdline.py and test_cmdline.py
Ned Batchelder
2022-12-31
6
-115
/
+166
|
*
mypy: add env.py
Ned Batchelder
2022-12-31
8
-20
/
+24
|
*
mypy: add lcovreport.py
Ned Batchelder
2022-12-31
2
-4
/
+14
|
*
fix: lcov command didn't report a total, so --fail-under didn't work
Ned Batchelder
2022-12-31
3
-7
/
+22
|
*
mypy: add annotate.py and jsonreport.py
Ned Batchelder
2022-12-31
5
-15
/
+36
|
*
mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵
Ned Batchelder
2022-12-31
5
-18
/
+66
|
|
|
|
report.py, and version.py
*
mypy: control.py is checked
Ned Batchelder
2022-12-31
11
-124
/
+151
|
*
test: a sorted_lines helper
Ned Batchelder
2022-12-31
6
-19
/
+26
|
*
mypy: check tests/goldtest.py, tests/test_html.py
Ned Batchelder
2022-12-31
7
-126
/
+178
|
*
mypy: check tests/helpers.py
Ned Batchelder
2022-12-31
2
-35
/
+63
|
*
test: we haven't used pep8 in a while, remove the settings
Ned Batchelder
2022-12-31
1
-9
/
+0
|
*
mypy: add data.py and test_api.py
Ned Batchelder
2022-12-31
6
-156
/
+197
|
*
test: add a test of unknown dynamic-context
Ned Batchelder
2022-12-31
1
-0
/
+6
|
*
test: greenlet isn't on all versions we test on
Ned Batchelder
2022-12-31
1
-1
/
+5
|
*
refactor: removed mentions of Jython and IronPython
Ned Batchelder
2022-12-30
20
-155
/
+21
|
*
test: include all the pypy versions when measuring coverage
Ned Batchelder
2022-12-30
1
-0
/
+10
|
*
test: seven tests that fail because of pypy 3882
Ned Batchelder
2022-12-30
2
-3
/
+20
|
|
|
|
https://foss.heptapod.net/pypy/pypy/-/issues/3882
*
style: correct some lint errors
Ned Batchelder
2022-12-30
4
-5
/
+4
|
*
mypy: inorout.py, disposition.py, and part of control.py
Ned Batchelder
2022-12-30
11
-156
/
+189
|
*
refactor: @contract is completely gone
Ned Batchelder
2022-12-29
3
-12
/
+2
|
*
mypy: check multiproc.py
Ned Batchelder
2022-12-29
2
-11
/
+12
|
*
mypy: check python.py
Ned Batchelder
2022-12-29
6
-44
/
+63
|
*
build: keep docs from failing
Ned Batchelder
2022-12-29
1
-1
/
+1
|
*
build: only publish coverage reports on master branch
Ned Batchelder
2022-12-29
1
-16
/
+20
|
*
refactor: remove some unused code
Ned Batchelder
2022-12-29
1
-16
/
+2
|
*
mypy: code just for type checking won't be covered
Ned Batchelder
2022-12-29
1
-0
/
+4
|
*
mypy: check sqldata.py
Ned Batchelder
2022-12-29
5
-92
/
+153
|
*
mypy: check results.py
Ned Batchelder
2022-12-29
3
-44
/
+64
|
*
mypy: use specialized type name for ints that are line numbers
Ned Batchelder
2022-12-29
4
-50
/
+59
|
*
mypy: check tomlconfig.py
Ned Batchelder
2022-12-29
3
-23
/
+40
|
*
mypy: mypy checks plugin.py
Ned Batchelder
2022-12-29
6
-48
/
+114
|
*
mypy: add parser.py to mypy
Ned Batchelder
2022-12-29
2
-215
/
+278
|
*
mypy: a separate tox env for mypy
Ned Batchelder
2022-12-29
12
-141
/
+180
|
*
fix: [tools.coverage] is valid for settings in a toml file. #1516
Ned Batchelder
2022-12-27
3
-1
/
+23
|
*
refactor: no longer need a strange typing import
Ned Batchelder
2022-12-27
1
-5
/
+0
|
*
test: run mypy on config.py
Ned Batchelder
2022-12-27
4
-64
/
+100
|
*
test: add phystokens.py to the mypy train
Ned Batchelder
2022-12-27
2
-40
/
+46
|
*
test: add type annotations for files.py
Ned Batchelder
2022-12-27
3
-53
/
+66
|
*
test: add mypy just for one file at first
Ned Batchelder
2022-12-27
3
-14
/
+39
|
*
chore: make upgrade
Ned Batchelder
2022-12-27
2
-2
/
+82
|
*
test: add mypy as a dev dependency
Ned Batchelder
2022-12-27
1
-1
/
+2
|
*
refactor: don't need _to_blob anymore, leftover from 2 vs 3
Ned Batchelder
2022-12-27
1
-8
/
+4
|
*
refactor: remove more of contracts
Ned Batchelder
2022-12-27
3
-14
/
+2
|
*
refactor: remove more of the PyContracts stuff
Ned Batchelder
2022-12-27
4
-62
/
+7
|
*
fix: adjust some PyPy behaviors. #1515
Ned Batchelder
2022-12-27
6
-20
/
+17
|
*
make upgrade, but not ready for tox 4 yet
Ned Batchelder
2022-12-25
6
-115
/
+19
|
*
test: remove pycontracts
Ned Batchelder
2022-12-25
4
-59
/
+9
|
*
test: 'assert any(' has to be partial
Ned Batchelder
2022-12-24
1
-0
/
+2
|
[prev]
[next]