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
*
Refactor reporters so the config is part of construction, and is then ↵
Ned Batchelder
2012-04-19
6
-57
/
+48
|
|
|
|
available everywhere.
*
Add show_missing to the config file. #173.
Ned Batchelder
2012-04-18
5
-5
/
+20
|
*
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2012-04-18
5
-10
/
+37
|
\
|
*
Don't complain about files that can't be parsed as Python if they didn't ↵
Ned Batchelder
2012-04-18
5
-10
/
+37
|
|
|
|
|
|
|
|
seem like Python at all. #82.
*
|
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2012-03-29
1
-3
/
+13
|
\
\
|
|
/
|
/
|
|
*
Clarify the subprocess documentation.
Ned Batchelder
2012-03-29
1
-3
/
+13
|
|
*
|
Typo
Ned Batchelder
2012-03-25
1
-1
/
+1
|
|
*
|
Remove obsolete code paths.
Ned Batchelder
2012-03-25
1
-20
/
+13
|
|
*
|
Make the tests pass on 3.3.0a1
Ned Batchelder
2012-03-25
2
-2
/
+5
|
|
*
|
When looking for python files, don't take suspicious ones. Fixes #168.
Ned Batchelder
2012-03-24
3
-1
/
+9
|
|
*
|
Don't need these files, they aren't part of the comparison.
Ned Batchelder
2012-03-22
9
-1034
/
+0
|
/
*
If a source file has an encoding declaration, use it when producing the ↵
Ned Batchelder
2012-03-21
8
-49
/
+357
|
|
|
|
HTML. Fixes issue #157.
*
All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵
Ned Batchelder
2012-03-20
5
-4
/
+29
|
|
|
|
and pypy inserts an extra stack frame into tracebacks.
*
Make tests run on PyPy, and make test_farm more comprehensible.
Ned Batchelder
2012-03-18
2
-5
/
+19
|
*
Of course I got that logic change wrong...
Ned Batchelder
2012-03-18
1
-1
/
+1
|
*
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2012-03-18
2
-2
/
+21
|
\
|
*
Test on PyPy
Ned Batchelder
2012-03-18
2
-2
/
+21
|
|
*
|
Don't try to compile the C extension under pypy. #166.
Ned Batchelder
2012-03-17
2
-1
/
+16
|
/
*
Use exit status properly with 'python -m coverage'
Ned Batchelder
2012-02-15
3
-1
/
+6
|
*
Some doc clarification from George Paci
Ned Batchelder
2012-01-19
3
-3
/
+12
|
*
Guido pointed out that these docs were wrong.
Ned Batchelder
2011-12-14
2
-3
/
+4
|
*
Bump version to 3.5.2
Ned Batchelder
2011-10-31
1
-1
/
+1
|
*
#155 is fixed.
Ned Batchelder
2011-10-31
1
-0
/
+11
|
*
Make stuff work in other Python versions. Some stuff isn't *quite* right ↵
Ned Batchelder
2011-10-30
3
-7
/
+14
|
|
|
|
<2.6. #155
*
Make execution with -m match Python more closely.
Ned Batchelder
2011-10-30
3
-3
/
+14
|
*
Should have updated this year 10 months ago...
Ned Batchelder
2011-10-08
1
-1
/
+1
|
*
Coverage 3.5.1
Ned Batchelder
2011-09-23
1
-0
/
+1
|
*
Latest sample output.
coverage-3.5.1
Ned Batchelder
2011-09-23
9
-6784
/
+6784
|
*
Update to 3.5.1
Ned Batchelder
2011-09-23
6
-4
/
+49
|
*
Make this helper a little easier to use
Ned Batchelder
2011-09-08
1
-6
/
+8
|
*
Show the Python implementation in 'debug sys'
Ned Batchelder
2011-09-08
1
-0
/
+6
|
*
Change the name of the C tracer from Tracer to CTracer, as it always should ↵
Ned Batchelder
2011-09-03
3
-47
/
+47
|
|
|
|
have been.
*
Update to the latest distribute_setup.py, now it works on Python 3.3
Ned Batchelder
2011-09-03
1
-1
/
+1
|
*
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2011-09-03
2
-2
/
+2
|
\
|
*
Bump to 3.5.1b2
Ned Batchelder
2011-09-03
2
-2
/
+2
|
|
*
|
Remove debugging effluvia
Ned Batchelder
2011-09-03
1
-1
/
+0
|
/
*
Fix the [paths] feature to actually work for reporting.
Ned Batchelder
2011-09-03
4
-3
/
+17
|
*
Forgot to include the closed ticket.
Ned Batchelder
2011-08-30
1
-1
/
+2
|
*
Coverage 3.5.1b1
Ned Batchelder
2011-08-30
1
-0
/
+1
|
*
Include the fullcoverage directory in the kits
coverage-3.5.1b1
Ned Batchelder
2011-08-30
1
-0
/
+1
|
*
Making the directories first is convenient.
Ned Batchelder
2011-08-30
1
-0
/
+2
|
*
History descriptions can have commas in them.
Ned Batchelder
2011-08-30
1
-1
/
+1
|
*
Appease the pylint gods
Ned Batchelder
2011-08-28
1
-2
/
+2
|
*
Add another way to open source files, that works on 3.1
Ned Batchelder
2011-08-28
1
-4
/
+20
|
*
Bump version to 3.5.1b1
Ned Batchelder
2011-08-28
5
-7
/
+17
|
*
Document the [paths] section in the config file.
Ned Batchelder
2011-08-27
3
-0
/
+39
|
*
And also keep Py3.x happy...
Ned Batchelder
2011-08-23
1
-2
/
+2
|
*
More windows tweaking.
Ned Batchelder
2011-08-23
2
-1
/
+8
|
*
Finished implementation of path aliases for combining data files. #17.
Ned Batchelder
2011-08-23
5
-3
/
+77
|
*
Move a method to be a function.
Ned Batchelder
2011-08-22
1
-11
/
+12
|
[next]