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
/
html.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move self-less methods to be functions.
Ned Batchelder
2016-05-12
1
-12
/
+11
*
Make the two teplate rendering calls look alike
Ned Batchelder
2016-05-09
1
-6
/
+11
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
1
-1
/
+2
*
Remove unused import
Ned Batchelder
2016-03-02
1
-1
/
+0
*
Use templite's whitespace slurping to avoid post-processing the HTML
Ned Batchelder
2016-02-15
1
-12
/
+1
*
Pick off some lint
Ned Batchelder
2016-02-15
1
-1
/
+2
*
More progress on better missed-branch descriptions
Ned Batchelder
2016-02-13
1
-5
/
+5
*
missing_arc_description is better than arc_destination_description. One test ...
Ned Batchelder
2016-02-08
1
-1
/
+1
*
Add arc_destination_description so we can next make better descriptions
Ned Batchelder
2016-02-04
1
-3
/
+2
*
A way to show much longer explanations about lines in the HTML report.
Ned Batchelder
2016-02-03
1
-8
/
+7
*
Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixe...
Ned Batchelder
2016-02-01
1
-12
/
+7
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-1
/
+3
*
Accommodate strange ShiningPanda logic if we are running under Jenkins. #404
Ned Batchelder
2015-08-29
1
-0
/
+7
*
Fix 'filename' to be 'file name' in English.
Ned Batchelder
2015-08-20
1
-1
/
+1
*
More informative error message if can't find static files
Ned Batchelder
2015-08-16
1
-1
/
+8
*
Move flat_rootname from FileReporter to a utility function.
Ned Batchelder
2015-08-09
1
-6
/
+7
*
Too many things named "arcs". Rename the booleans.
Ned Batchelder
2015-08-08
1
-5
/
+5
*
Fixing spelling
Ned Batchelder
2015-08-04
1
-1
/
+2
*
Formatting clean-ups in html.py and test_html.py
Ned Batchelder
2015-08-02
1
-34
/
+33
*
Ugh
Ned Batchelder
2015-08-02
1
-1
/
+1
*
More information in the HTML missing branch annotations.
Ned Batchelder
2015-08-02
1
-12
/
+23
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Remove the last vestige of FileReporter.name
Ned Batchelder
2015-07-04
1
-1
/
+1
*
Make return codes consistent: 1 for no data and 2 for fail_under. Now the `re...
Ionel Cristian Maries
2015-06-28
1
-2
/
+1
*
Seems like I don't need unicode literals any more?
Ned Batchelder
2015-05-27
1
-2
/
+0
*
More work on #299
Ned Batchelder
2015-04-21
1
-3
/
+3
*
Merged in conradho/coverage.py (pull request #47)
Ned Batchelder
2015-04-21
1
-0
/
+4
|
\
|
*
Ticket299: add time stamp to index.html reports page
Conrad Ho
2015-04-14
1
-0
/
+4
*
|
Merged in jchappell82/coverage.py/issue361 (pull request #45)
Ned Batchelder
2015-04-15
1
-1
/
+1
|
\
\
|
*
|
Convert single quoted html output to use double quotes.
Jon Chappell
2015-04-13
1
-1
/
+1
|
|
/
*
|
Remove every last trace of CodeUnit, and bring me a glass of vodka
Ned Batchelder
2015-02-22
1
-9
/
+9
|
/
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-2
/
+6
*
Move base-class logic from CodeUnit to FileReporter
Ned Batchelder
2015-01-09
1
-2
/
+3
*
PEP8, pylint tweaks
Ned Batchelder
2014-12-13
1
-1
/
+1
*
Source is always Unicode in HTML code. More refactoring to come.
Ned Batchelder
2014-12-12
1
-18
/
+7
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-1
/
+2
*
Use json for html status file instead of pickle.
Ned Batchelder
2014-10-27
1
-11
/
+46
*
Filtering now computes coverage percentages properly.
Ned Batchelder
2014-10-22
1
-0
/
+5
*
Merged ned/coveragepy into default
Danny Allen
2014-09-22
1
-2
/
+2
|
\
|
*
Don't ask people to pass source back into CodeUnits
Ned Batchelder
2014-09-14
1
-2
/
+2
*
|
Merged ned/coveragepy into default
Danny Allen
2014-08-11
1
-4
/
+4
|
\
\
|
|
/
|
*
Prevent UnicodeDecodeErrors in html report. #303
Ned Batchelder
2014-06-11
1
-9
/
+3
|
*
Add detail to the UnicodeDecodeError for #303
Ned Batchelder
2014-06-09
1
-1
/
+9
|
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
1
-3
/
+1
*
|
Rework of my pull request #18:
Danny Allen
2014-05-15
1
-0
/
+1
|
/
*
Small cleanups
Ned Batchelder
2014-05-03
1
-1
/
+0
*
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-2
/
+2
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
1
-22
/
+7
|
\
|
*
enumerate has a start parameter!
Ned Batchelder
2013-10-23
1
-2
/
+1
|
*
with statements: no more finally close
Ned Batchelder
2013-10-20
1
-19
/
+5
[prev]
[next]