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
/
test
/
coverage_coverage.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Too many files start with 'cov', rename a few.
Ned Batchelder
2010-08-31
1
-89
/
+0
*
Working on getting coverage to measure itself again.
Ned Batchelder
2010-08-07
1
-2
/
+6
*
Parallel mode can be set from the .coveragerc file.
Ned Batchelder
2010-01-03
1
-2
/
+1
*
ignore_errors can be set in [report].ignore_errors
Ned Batchelder
2009-12-29
1
-1
/
+1
*
Forgot one place to use omit= from the config file.
Ned Batchelder
2009-12-28
1
-3
/
+1
*
Omit prefixes can be specified in the config file.
Ned Batchelder
2009-12-28
1
-2
/
+1
*
COVERAGE_PROCESS_START now is the name of the rc file, and we use it to measu...
Ned Batchelder
2009-12-26
1
-7
/
+2
*
A way to start coverage when Python starts, to help with measuring coverage i...
Ned Batchelder
2009-12-23
1
-1
/
+2
*
It helps if you exclude the proper pragma comment.
Ned Batchelder
2009-12-20
1
-1
/
+1
*
Clean up
Ned Batchelder
2009-12-13
1
-1
/
+1
*
Instructions for coverage_coverage.py
Ned Batchelder
2009-12-06
1
-1
/
+13
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-5
/
+5
*
Clean up coverage_coverage.py
Ned Batchelder
2009-12-01
1
-4
/
+7
*
coverage_coverage.py now writes separate data files for each run of the test ...
Ned Batchelder
2009-11-29
1
-41
/
+70
*
Don't measure mock.py when we measure our coverage.
Ned Batchelder
2009-11-29
1
-1
/
+1
*
Fix some self-measurement problems. Now coverage_coverage.py works again (ha...
Ned Batchelder
2009-11-29
1
-1
/
+5
*
Increase templite test coverage, and use the new branch awesomeness when cove...
Ned Batchelder
2009-11-21
1
-1
/
+2
*
Save .coverage when running our own coverage tests.
Ned Batchelder
2009-09-13
1
-0
/
+1
*
Don't measure the coverage package itself. Inspired by, but does not fix, is...
Ned Batchelder
2009-06-24
1
-0
/
+4
*
More docstrings all around.
Ned Batchelder
2009-05-09
1
-1
/
+1
*
Change how data is harvested from the collector to simplify api use.
Ned Batchelder
2009-05-05
1
-1
/
+0
*
Lint lint
Ned Batchelder
2009-05-05
1
-1
/
+1
*
Use the new clear_exclude() function to improve coverage_coverage.py
Ned Batchelder
2009-05-04
1
-2
/
+8
*
Keeping a stack of Collectors makes it possible for Coverage to measure itsel...
Ned Batchelder
2009-05-03
1
-0
/
+34
*
The old way of self-coverage testing coverage no longer works.
Ned Batchelder
2009-04-30
1
-27
/
+0
*
Move the tests into the test directory.
Ned Batchelder
2009-03-13
1
-0
/
+27