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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the version number
Ned Batchelder
2011-07-04
1
-1
/
+1
*
Add some comments.
Ned Batchelder
2011-07-04
1
-0
/
+9
*
Bump version number to 3.5
Ned Batchelder
2011-06-29
1
-1
/
+1
*
cleaner
Ned Batchelder
2011-06-26
1
-1
/
+1
*
HTML report hotkeys work differently if the current chunk is off-screen. A c...
Ned Batchelder
2011-06-26
1
-10
/
+116
*
Scroll-to-top needs the Chrome fix also.
Ned Batchelder
2011-06-23
1
-1
/
+1
*
Some jslint cleanups
Ned Batchelder
2011-06-23
1
-5
/
+4
*
Chrome fixes: transparent colors are not 'transparent', and scrolling html do...
Ned Batchelder
2011-06-23
1
-4
/
+10
*
Tidy up
Ned Batchelder
2011-06-05
1
-2
/
+2
*
Add a keyboard help panel to the index page.
Ned Batchelder
2011-06-05
3
-0
/
+27
*
Remove the twistie from the keyboard icon.
Ned Batchelder
2011-06-05
2
-0
/
+0
*
Bump version numbers for 3.5b1
Ned Batchelder
2011-06-04
1
-1
/
+1
*
Minor tweak to a warning.
Ned Batchelder
2011-06-04
1
-1
/
+1
*
Move some test modules to keep them out of pylint's hair.
Ned Batchelder
2011-06-01
1
-3
/
+6
*
Better handling of the partial-branch exclusion regexes. Finishes issue #113.
Ned Batchelder
2011-05-31
4
-28
/
+50
*
Minor cleanups
Ned Batchelder
2011-05-28
1
-2
/
+2
*
The current directory auto-inserted into sys.path is now absolute, to better ...
Ned Batchelder
2011-05-21
1
-1
/
+1
*
WIP for partial branch exclusion. #113
Ned Batchelder
2011-05-17
5
-18
/
+86
*
Rearrange lines to put options in alphabetical order.
Ned Batchelder
2011-05-10
1
-8
/
+8
*
Refactor the C code to streamline the __call__ path.
Ned Batchelder
2011-05-02
1
-26
/
+16
*
Merge bug_123 work into default.
Ned Batchelder
2011-04-27
1
-4
/
+30
|
\
|
*
C trace function now roundtrips properly. Fixes #123 and #125.
Ned Batchelder
2011-04-27
1
-2
/
+5
|
*
A fix for bug #123, but it doesn't restore tracing properly yet, still want t...
Ned Batchelder
2011-04-25
1
-4
/
+27
*
|
Since people make this mistake, and it's mysterious: accept a single string f...
Ned Batchelder
2011-04-25
1
-1
/
+6
|
/
*
Keyboard-shorcut help is now available on the file page of the HTML report.
Ned Batchelder
2011-04-20
6
-0
/
+84
*
Style
Ned Batchelder
2011-04-17
1
-3
/
+3
*
Style
Ned Batchelder
2011-04-17
1
-19
/
+19
*
More tests, some refactoring of the code.
Ned Batchelder
2011-04-17
1
-14
/
+14
*
Even better way to test js: build fixtures programmatically, no need for monk...
Ned Batchelder
2011-04-17
1
-6
/
+10
*
Convert from DOS line-endings
Ned Batchelder
2011-04-17
1
-53
/
+53
*
Javascript tests
Ned Batchelder
2011-04-16
1
-22
/
+43
*
Deal more gracefully with unexpectedly-not-python source during reporting.
Ned Batchelder
2011-04-08
3
-5
/
+10
*
Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate t...
Ned Batchelder
2011-04-08
1
-12
/
+16
*
HTML incremental generation should also take the coverage.py version into acc...
Ned Batchelder
2011-03-27
1
-14
/
+33
*
HTML hotkeys for jumping to next/prev highlighted source section.
Ned Batchelder
2011-03-27
4
-1
/
+157
*
Make the new code a little nicer.
Ned Batchelder
2011-03-25
1
-13
/
+23
*
Got 2.3 to build, so now this is tested and works against 2.3
Ned Batchelder
2011-03-25
2
-2
/
+9
*
Remove trailing spaces
Ned Batchelder
2011-03-24
1
-1
/
+1
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
6
-8
/
+158
*
--omit and --include now interpret their values more usefully. Fixes #121.
Ned Batchelder
2011-03-21
1
-6
/
+20
*
Clean-ups
Ned Batchelder
2011-03-16
2
-3
/
+7
*
A file opened in 'b' mode needs bytes, not strings. Try to do this in a clea...
Ned Batchelder
2011-03-15
2
-3
/
+18
*
A different (better) way to avoid warnings when no code has been run.
Ned Batchelder
2011-02-12
2
-20
/
+10
*
Don't warn about not collecting data if we never ran any code in the first pl...
Ned Batchelder
2011-02-07
2
-11
/
+27
*
Make this message simpler and clearer.
Ned Batchelder
2011-02-07
1
-1
/
+1
*
Add tests and doc for Brandon's -m flag.
Ned Batchelder
2011-02-06
2
-29
/
+43
*
Automated merge with file:///home/ned/coverage/trunk
Ned Batchelder
2011-02-06
2
-7
/
+53
|
\
|
*
Added an actual "-m" command line option to turn on the module loader.
Brandon Craig Rhodes
2011-02-02
1
-6
/
+13
|
*
Wrote the basic logic for running a Python module or package as __main__.
Brandon Craig Rhodes
2011-02-02
2
-3
/
+42
*
|
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2011-02-04
1
-15
/
+17
|
\
\
|
|
/
|
/
|
[next]