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
*
Start testing exceptions with arc measurements.
Ned Batchelder
2009-10-19
4
-11
/
+71
|
*
Keep lines under 80 chars.
Ned Batchelder
2009-10-17
1
-4
/
+8
|
*
Tidying up
Ned Batchelder
2009-10-16
3
-5
/
+3
|
*
Correct handling of breaks and continues.
Ned Batchelder
2009-10-16
3
-22
/
+75
|
*
Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵
Ned Batchelder
2009-10-16
2
-17
/
+28
|
|
|
|
yikes...
*
Start unit testing the arc measurement. In arcs, -1 means enter or exit.
Ned Batchelder
2009-10-16
6
-42
/
+185
|
*
CamelCase looks weird, switch to underscore_separated.
Ned Batchelder
2009-10-16
4
-174
/
+174
|
*
Create proper data to start, then clean up at the end, quietly.
Ned Batchelder
2009-10-15
2
-1
/
+6
|
*
More refactoring of the use of analysis objects.
Ned Batchelder
2009-10-15
3
-17
/
+37
|
*
Remove left over glop.
Ned Batchelder
2009-10-15
1
-4
/
+0
|
*
Refactor the analysis results so we aren't passing so many tuples around.
Ned Batchelder
2009-10-15
6
-59
/
+74
|
*
More tidying
Ned Batchelder
2009-10-15
1
-39
/
+57
|
*
Tidying up
Ned Batchelder
2009-10-15
3
-5
/
+5
|
*
Incomprehensible text-based drawing of code arcs
Ned Batchelder
2009-10-15
1
-11
/
+43
|
*
Lots of work on parser.py, now we can extract possible arcs from source.
Ned Batchelder
2009-10-14
2
-147
/
+233
|
*
I did this.
Ned Batchelder
2009-10-13
1
-1
/
+1
|
*
D'oh: I was finding jumpers to anonymous chunks wrongly, turns out there are ↵
Ned Batchelder
2009-10-12
1
-4
/
+7
|
|
|
|
lots of multi-jump anonymous chunks.
*
Don't write arcs if there are none, and an ad-hoc data viewer.
Ned Batchelder
2009-10-12
2
-9
/
+27
|
*
This is better covered in the data.py file.
Ned Batchelder
2009-10-12
1
-9
/
+0
|
*
Don't forget that we disabled a test for short-term reasons.
Ned Batchelder
2009-10-12
1
-1
/
+1
|
*
Write the arcs to the data file.
Ned Batchelder
2009-10-12
3
-4
/
+38
|
*
Keep cmd-opts.txt up to date
Ned Batchelder
2009-10-12
1
-4
/
+4
|
*
Notes from recent work
Ned Batchelder
2009-10-12
1
-0
/
+36
|
*
Report lines properly when measuring branches; Use None for the placeholder ↵
Ned Batchelder
2009-10-12
2
-13
/
+34
|
|
|
|
value throughout.
*
Most people don't need -i on html.
Ned Batchelder
2009-10-12
1
-1
/
+1
|
*
changes
Ned Batchelder
2009-10-11
1
-0
/
+5
|
*
Properly initialize the arc bookkeeping.
Ned Batchelder
2009-10-11
1
-1
/
+13
|
*
Reduce the amount of data translation by having the tracers record data in a ↵
Ned Batchelder
2009-10-11
4
-56
/
+54
|
|
|
|
form more like it will be consumed. Also should reduce the amount of work the tracers have to do.
*
One way to collect arc information..
Ned Batchelder
2009-10-11
4
-123
/
+62
|
*
Properly separate the line data and the arc data.
Ned Batchelder
2009-10-10
3
-20
/
+31
|
*
More experiments: looks like anonymous chunks are only jumped to from one place.
Ned Batchelder
2009-10-10
1
-28
/
+63
|
*
First alpha is a1
Ned Batchelder
2009-10-10
1
-1
/
+1
|
*
Need this too
Ned Batchelder
2009-10-10
1
-0
/
+81
|
*
Continued hacking on branch coverage.
Ned Batchelder
2009-10-10
2
-48
/
+169
|
*
Much more ad-hoc goodness.
Ned Batchelder
2009-10-07
1
-7
/
+80
|
*
Mark most of these methods as private.
Ned Batchelder
2009-10-07
1
-15
/
+15
|
*
Basic plumbing for a --branch option.
Ned Batchelder
2009-10-07
5
-11
/
+28
|
*
Bump the version number to 3.2a
Ned Batchelder
2009-10-07
1
-1
/
+1
|
*
OK, last tweak, I promise.
Ned Batchelder
2009-10-05
1
-0
/
+1
|
*
Ugh, maybe this looks right...
Ned Batchelder
2009-10-05
1
-6
/
+6
|
*
Oops: a FAQ was formatted incorrectly.
Ned Batchelder
2009-10-05
1
-1
/
+1
|
*
Keep TODO up to date.
Ned Batchelder
2009-10-05
1
-21
/
+18
|
*
Use xrange on py2k and range on py3k
Ned Batchelder
2009-10-05
1
-0
/
+7
|
*
Coverage.py 3.1
Ned Batchelder
2009-10-04
1
-0
/
+1
|
*
Updated sample html report.
coverage-3.1
Ned Batchelder
2009-10-04
7
-2802
/
+4337
|
*
Update all the metadata for version 3.1
Ned Batchelder
2009-10-04
5
-6
/
+9
|
*
Help should focus on the new command syntax but also have a way to get help ↵
Ned Batchelder
2009-10-04
2
-9
/
+13
|
|
|
|
on the old.
*
Documentation polishing for a 3.1 release.
Ned Batchelder
2009-10-04
6
-18
/
+74
|
*
Make this agnostic to Python version
Ned Batchelder
2009-09-30
1
-1
/
+1
|
*
Last clean up on the egg-reading code. Fixes issue #25.
Ned Batchelder
2009-09-30
3
-10
/
+24
|
[next]