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
*
skip_covered and skip_empty for HTML. #1090
nedbat/html-skip-covered
Ned Batchelder
2021-01-10
1
-2
/
+2
*
Fix --source performance regression. #1037
Ned Batchelder
2020-10-11
1
-1
/
+5
*
If a plugin is disabled, don't try to record its file tracers. #1011
Ned Batchelder
2020-09-13
1
-0
/
+4
*
Docs and cleanup for source_pkgs
Ned Batchelder
2020-09-12
1
-1
/
+8
*
Create Way to force package even if filepath exists (#1026)
Thomas Grainger
2020-09-12
1
-2
/
+2
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-2
/
+1
*
Report descending sort option (#1005)
Jerin Peter George
2020-07-03
1
-1
/
+2
*
--skip-empty now applies to the XML report also. #976
nedbat/bug976
Ned Batchelder
2020-06-30
1
-2
/
+2
*
More details on --source filtering
Ned Batchelder
2020-06-29
1
-2
/
+4
*
Finish up --precision
Ned Batchelder
2020-05-12
1
-5
/
+13
*
Add --precision switch to report command
Teake Nutma
2020-04-30
1
-2
/
+2
*
Finish up #967. Thanks, Bernát Gábor
Ned Batchelder
2020-04-11
1
-1
/
+8
*
Include PID in the atexit log
Bruno P. Kinoshita
2020-01-28
1
-1
/
+1
*
Ensure file touching happens if nothing was measured. #884
Ned Batchelder
2020-01-04
1
-1
/
+1
*
Write debug info after initting for start.
Ned Batchelder
2019-12-29
1
-4
/
+7
*
Fix --debug=sys. #907
Ned Batchelder
2019-12-28
1
-1
/
+1
*
Warn if two things change the dynamic context. #901
Ned Batchelder
2019-12-27
1
-0
/
+4
*
Warnings can be marked to only display once.
Ned Batchelder
2019-12-27
1
-2
/
+13
*
A way to artificially crash coverage, for testing.
Ned Batchelder
2019-12-23
1
-1
/
+6
*
Tweak some coverage details of switch_context code
Ned Batchelder
2019-12-22
1
-2
/
+2
*
run --append --concurrency=multiprocessing didn't use a suffix for the main p...
Ned Batchelder
2019-12-17
1
-4
/
+6
*
Be clear about the documented parts of the API.
Ned Batchelder
2019-12-16
1
-0
/
+4
*
Fix two misspellings
Ned Batchelder
2019-12-08
1
-1
/
+1
*
Coverage(data_file=None) means no data file at all. #871
Ned Batchelder
2019-12-02
1
-6
/
+21
*
Experimental: relative_files to support relative file names.
Ned Batchelder
2019-12-01
1
-5
/
+9
*
Clean-ups I noticed while doing something else
Ned Batchelder
2019-11-17
1
-8
/
+8
*
Tweaks to Coverage docstrings
Ned Batchelder
2019-11-10
1
-10
/
+10
*
'[run] note' is no longer supported.
Ned Batchelder
2019-11-09
1
-1
/
+1
*
Optionally skip empty files in reports
reybog90
2019-11-01
1
-3
/
+8
*
Sqlite3 info in 'coverage debug sys'
Ned Batchelder
2019-10-08
1
-0
/
+2
*
Context-switching plugins should be listed in debug output
Ned Batchelder
2019-10-06
1
-0
/
+1
*
Add some needed details to the Coverage docstrings
Ned Batchelder
2019-10-06
1
-6
/
+21
*
Correct some function names and docstrings. #843
Ned Batchelder
2019-09-09
1
-2
/
+3
*
Reporting methods shouldn't permanently change the configuration
Ned Batchelder
2019-09-01
1
-18
/
+35
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-1
/
+1
*
Create a JSON report
Matt Bachmann
2019-08-31
1
-28
/
+26
*
Document another environment variable
Ned Batchelder
2019-07-10
1
-0
/
+1
*
Merge branch 'master' into Fix-typo
Ned Batchelder
2019-07-07
1
-2
/
+3
|
\
|
*
Avoid useless or redundant db operations. Faster.
Ned Batchelder
2019-07-07
1
-2
/
+3
*
|
Fix typo
Min ho Kim
2019-07-08
1
-1
/
+1
|
/
*
Clean up and test filtering contexts for reporting
Ned Batchelder
2019-07-01
1
-4
/
+4
*
A little more about Coverage.current
Ned Batchelder
2019-06-29
1
-1
/
+7
*
New API: Coverage.current() returns the latest started instance.
Ned Batchelder
2019-06-25
1
-0
/
+15
*
No need to pass coverage/config separately everywhere
Ned Batchelder
2019-06-17
1
-4
/
+4
*
Dynamic contexts can be disabled with 'none'
Ned Batchelder
2019-06-12
1
-3
/
+4
*
Extend HTML report to to show contexts for every covered line.
Stephan Richter
2019-06-10
1
-2
/
+2
*
Pass the contexts to the report command.
Albertas Agejevas
2019-06-10
1
-6
/
+9
*
Word-smith the html warning
Ned Batchelder
2019-05-26
1
-4
/
+6
*
Add warning section
S.Y. Lee
2019-05-26
1
-0
/
+4
*
Use pylint 2.x
Ned Batchelder
2019-05-13
1
-2
/
+1
[next]