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
/
coverage
/
control.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the context determiner to its own file
Ned Batchelder
2018-09-28
1
-8
/
+1
*
Oops, remove noisy debugging code
Ned Batchelder
2018-09-28
1
-2
/
+0
*
Merge branch 'nedbat/dynamic-contexts'
Ned Batchelder
2018-09-24
1
-0
/
+20
|
\
|
*
Dynamic contexts
Ned Batchelder
2018-09-23
1
-0
/
+20
*
|
Fix a versionadded comment
Ned Batchelder
2018-09-23
1
-2
/
+2
|
/
*
Change measured_files to a set
Ned Batchelder
2018-09-21
1
-7
/
+3
*
Set the context in the data
Ned Batchelder
2018-09-21
1
-3
/
+2
*
Collector has a CoverageData
Ned Batchelder
2018-09-18
1
-1
/
+5
*
Plumb through context= setting
Ned Batchelder
2018-09-18
1
-2
/
+4
*
Tidy up
Ned Batchelder
2018-09-08
1
-1
/
+0
*
Clarify report() arguments
Ned Batchelder
2018-09-08
1
-2
/
+12
*
Remove aspectlib debugging
Ned Batchelder
2018-09-04
1
-1
/
+1
*
Put back an always-on indication of the tracer available
Ned Batchelder
2018-08-30
1
-1
/
+2
*
Show the contents of the config file
Ned Batchelder
2018-08-30
1
-0
/
+6
*
question marks aren't as good as -none-
Ned Batchelder
2018-08-27
1
-1
/
+1
*
An environment-controllable way to turn on call debugging
Ned Batchelder
2018-08-27
1
-4
/
+7
*
Create the debug file more centrally
Ned Batchelder
2018-08-27
1
-6
/
+0
*
Formalize some more debugging tools I've been keeping to the side
Ned Batchelder
2018-08-27
1
-0
/
+4
*
Better sys_info: pid, and a more understandable name.
Ned Batchelder
2018-08-26
1
-2
/
+3
*
A good way to solve the load-parallel pytestcov situation?
Ned Batchelder
2018-08-25
1
-2
/
+5
*
Fix the pytest-cov test
Ned Batchelder
2018-08-24
1
-0
/
+3
*
Refactor initialization
Ned Batchelder
2018-08-14
1
-84
/
+108
*
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-07
1
-6
/
+0
|
\
|
*
Remove use_cache
Ned Batchelder
2018-08-05
1
-6
/
+0
*
|
Pull combine_parallel_data out of CoverageData
Ned Batchelder
2018-08-04
1
-2
/
+2
*
|
CoverageData now also handles file operations
Ned Batchelder
2018-07-23
1
-12
/
+8
|
/
*
Be stricter about self._data
Ned Batchelder
2018-07-08
1
-20
/
+16
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Slight refactor of how we look for configuration files
Ned Batchelder
2018-03-19
1
-4
/
+5
*
Private attributes should be indicated (debug)
Ned Batchelder
2018-03-13
1
-19
/
+19
*
Private attributes should be indicated (plugins)
Ned Batchelder
2018-03-13
1
-11
/
+11
*
Private attributes should be indicated, and same-named things should be separ...
Ned Batchelder
2018-03-13
1
-12
/
+12
*
Private attributes should be indicated
Ned Batchelder
2018-03-13
1
-17
/
+17
*
Private attributes should be indicated
Ned Batchelder
2018-03-13
1
-2
/
+2
*
check_preimported=True controls whether coverage checks pre-imported files wh...
Ned Batchelder
2018-03-06
1
-7
/
+12
*
A more disciplined way to manage inorout
Ned Batchelder
2018-03-04
1
-12
/
+13
*
More uniformity
Ned Batchelder
2018-02-26
1
-2
/
+1
*
Huge refactor of code out of control into inorout
Ned Batchelder
2018-02-25
1
-436
/
+21
*
Refactoring to prep for more refactoring
Ned Batchelder
2018-02-24
1
-7
/
+7
*
A new warning for files already imported before coverage starts
Ned Batchelder
2018-02-20
1
-24
/
+53
*
Configurer plugins should be reported by --debug=sys
Ned Batchelder
2018-02-10
1
-7
/
+11
*
Don't ask all plugins about executable files, only ask file tracers
Ned Batchelder
2018-02-10
1
-1
/
+1
*
Oops, omitting inside a source package didn't work. Now it does. #638
Ned Batchelder
2018-02-10
1
-3
/
+1
*
A new kind of plug-in: configurers. #563
Ned Batchelder
2018-01-06
1
-6
/
+15
*
Remove an unneeded call
Ned Batchelder
2017-12-23
1
-3
/
+1
*
Add the latest warning to the docs, and give them consistent punctuation
Ned Batchelder
2017-10-24
1
-1
/
+1
*
Make the warning about --include and --source be a real warning
Ned Batchelder
2017-10-24
1
-1
/
+1
*
Move the --source and --include check so it's only during 'run'
Ned Batchelder
2017-10-24
1
-2
/
+3
*
* --source and --include are mutually exclusive (take 2) #265
loic@dachary.org
2017-01-07
1
-7
/
+10
*
Don't warn that namespace packages have no code. #572
Ned Batchelder
2017-05-04
1
-12
/
+32
[next]