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
...
*
Get meta-coverage working on sub-processes.
Ned Batchelder
2012-12-09
3
-4
/
+25
|
*
So we can provide args to make commands.
Ned Batchelder
2012-12-09
1
-2
/
+2
|
*
Fix a typo in a test name
Ned Batchelder
2012-12-08
1
-1
/
+1
|
*
Fix the blunt hack
Ned Batchelder
2012-12-08
3
-11
/
+15
|
*
A blunt instrument for tracking down problems during testing.
Ned Batchelder
2012-12-08
3
-1
/
+12
|
*
A test that subprocess measurement works.
Ned Batchelder
2012-12-03
1
-2
/
+56
|
*
Hmm, 6 digits go up to 999999.
Ned Batchelder
2012-12-02
1
-1
/
+1
|
*
Spaces
Ned Batchelder
2012-12-02
2
-2
/
+2
|
*
debug sys shows the config files attempted, and the config files read.
Ned Batchelder
2012-12-02
2
-4
/
+8
|
*
Bump the version number, even though b2 probably won't be needed.
Ned Batchelder
2012-12-02
1
-1
/
+1
|
*
debug sys now shows the path to the config file.
Ned Batchelder
2012-12-02
3
-0
/
+12
|
*
Load the existing data before combining, so it's idempotent.
Ned Batchelder
2012-12-02
1
-0
/
+1
|
*
Use '# pragma: nested' for lines not covered due to nested coverage.
Ned Batchelder
2012-12-02
22
-50
/
+51
|
*
Don't search egg-info stuff
Ned Batchelder
2012-12-02
1
-0
/
+1
|
*
Cross-platform coveage measurement.
Ned Batchelder
2012-12-01
3
-1
/
+9
|
*
A bunch of tweaks to improve coverage
Ned Batchelder
2012-12-01
8
-29
/
+61
|
*
Switch to our own prama syntax, so the tests can use the std without getting ↵
Ned Batchelder
2012-12-01
5
-8
/
+8
|
|
|
|
mixed up.
*
Igor can do more than one thing in one run.
Ned Batchelder
2012-11-30
2
-25
/
+40
|
*
Igor sets the tracers from args, use that during coverage measurement.
Ned Batchelder
2012-11-30
2
-8
/
+8
|
*
Refactor a bunch of tests to isolate the recursive coverage calls.
Ned Batchelder
2012-11-29
6
-79
/
+43
|
*
Add the latest changes to the docs.
Ned Batchelder
2012-11-29
2
-1
/
+116
|
*
Coverage 3.6b1
Ned Batchelder
2012-11-28
1
-0
/
+1
|
*
Bump the PyPy version.
coverage-3.6b1
Ned Batchelder
2012-11-28
1
-1
/
+1
|
*
Doc tweaks for 3.6b1
Ned Batchelder
2012-11-28
4
-8
/
+12
|
*
Fix this test
Ned Batchelder
2012-11-28
1
-2
/
+4
|
*
A few tweaks to the docs
Ned Batchelder
2012-11-28
2
-1
/
+6
|
*
Is this why the beta docs weren't working? omg...
Ned Batchelder
2012-11-28
2
-3
/
+3
|
*
Try the beta docs.
Ned Batchelder
2012-11-27
1
-2
/
+2
|
*
Clean up the changes doc. ReST syntax is weird.
Ned Batchelder
2012-11-27
2
-15
/
+20
|
*
Switch these line endings to unix
Ned Batchelder
2012-11-26
1
-20
/
+20
|
*
Bring the Makefile into the modern testing era
Ned Batchelder
2012-11-26
1
-14
/
+5
|
*
Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted.
Ned Batchelder
2012-11-25
3
-20
/
+24
|
*
Config files now can use environment variables. #97.
Ned Batchelder
2012-11-25
4
-3
/
+57
|
*
Coverage.py measuring itself works again! 86%, btw.
Ned Batchelder
2012-11-25
5
-15
/
+112
|
*
These are obsolete.
Ned Batchelder
2012-11-25
2
-108
/
+0
|
*
Add an environment variable to the sub-python test.
Ned Batchelder
2012-11-24
1
-0
/
+5
|
*
'coverage debug sys' shows the python executable, and there's a test that ↵
Ned Batchelder
2012-11-24
2
-0
/
+18
|
|
|
|
our subprocesses use the same one we do.
*
py3...
Ned Batchelder
2012-11-24
1
-1
/
+1
|
*
Cleaning up.
Ned Batchelder
2012-11-24
2
-1
/
+2
|
*
Add a help function to igor
Ned Batchelder
2012-11-24
1
-0
/
+9
|
*
Might as well combine the two setup.py steps.
Ned Batchelder
2012-11-24
1
-2
/
+1
|
*
Messages with filenames are not good as %r, because it doubles the ↵
Ned Batchelder
2012-11-23
4
-6
/
+6
|
|
|
|
backslashes...
*
Change one bit.
Ned Batchelder
2012-11-23
1
-1
/
+1
|
*
If a file is missing, don't show an error message with the wrong path. #60.
Ned Batchelder
2012-11-23
3
-10
/
+32
|
*
Merged, I thought?
Ned Batchelder
2012-11-23
1
-0
/
+6
|
\
|
*
Note the fix for #214 in the change history.
Ned Batchelder
2012-11-23
1
-0
/
+6
|
|
*
|
Merged Geoff's change
Ned Batchelder
2012-11-23
2
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
Handle compiled files under Jython
Geoff Bache
2010-12-10
2
-1
/
+5
|
|
*
|
Nicer formatting for lists in 'debug sys'
Ned Batchelder
2012-11-22
1
-2
/
+3
|
|
*
|
Work harder to find where the coverage code actually is, so we can avoid ↵
Ned Batchelder
2012-11-22
1
-4
/
+4
|
|
|
|
|
|
|
|
counting it. WIP #74.
[prev]
[next]