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
...
|
*
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
|
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-1
/
+1
*
|
No point computing branch info if we aren't doing branch coverage.
Ned Batchelder
2013-10-27
1
-1
/
+2
|
/
*
Fix the mechanism for HTML to find OS-installed resources.
Ned Batchelder
2013-10-10
1
-11
/
+19
*
Search a list of places to find HTML report static files. #259.
Ned Batchelder
2013-09-28
1
-6
/
+25
*
Get rid of locals(). Thanks for the prod, Brett Cannon.
Ned Batchelder
2013-09-15
1
-14
/
+15
*
Branch coverage is computed more accurately, #156.
Ned Batchelder
2012-11-19
1
-3
/
+0
*
Upgrading pylint means fixing more nits.
Ned Batchelder
2012-11-10
1
-1
/
+1
*
Now the title of the HTML report can be set.
Ned Batchelder
2012-11-09
1
-1
/
+5
*
pylint clean-up.
Ned Batchelder
2012-11-03
1
-0
/
+2
*
The reporting functions now return a float, the total percentage covered.
Ned Batchelder
2012-11-03
1
-1
/
+3
*
Fix #193: The status.dat file written by py2 can't be read by py3
Ned Batchelder
2012-10-03
1
-1
/
+1
*
Properly deal with files encoded as UTF-8 with BOM. Fixes #179.
Ned Batchelder
2012-05-14
1
-0
/
+4
*
The [html]extra_css configuration value is a file path to a CSS file that get...
Ned Batchelder
2012-04-20
1
-0
/
+15
*
Refactor reporters so the config is part of construction, and is then availab...
Ned Batchelder
2012-04-19
1
-9
/
+8
*
If a source file has an encoding declaration, use it when producing the HTML....
Ned Batchelder
2012-03-21
1
-4
/
+16
*
Make tests run on PyPy, and make test_farm more comprehensible.
Ned Batchelder
2012-03-18
1
-1
/
+5
*
Cleanup
Ned Batchelder
2011-08-17
1
-1
/
+1
*
Properly handle Unicode characters in Python source when creating the HTML re...
Ned Batchelder
2011-08-17
1
-11
/
+11
*
Fix whitespace
Ned Batchelder
2011-08-03
1
-1
/
+1
*
Refactor handling of static report files to a separate function.
Ben Finney
2011-07-27
1
-1
/
+4
*
Keyboard-shorcut help is now available on the file page of the HTML report.
Ned Batchelder
2011-04-20
1
-0
/
+2
*
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
1
-1
/
+2
*
Make the new code a little nicer.
Ned Batchelder
2011-03-25
1
-13
/
+23
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
1
-6
/
+99
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-2
/
+2
*
A bunch more places where a file close should be in a finally clause.
Ned Batchelder
2011-01-30
1
-4
/
+8
*
Properly close files.
Brett Cannon
2011-01-28
1
-3
/
+10
*
Whitespace
Ned Batchelder
2010-11-07
1
-2
/
+2
*
Hotkeys for the HTML report.
Ned Batchelder
2010-11-07
1
-0
/
+1
*
Upgrade jquery to 1.4.3
Ned Batchelder
2010-11-07
1
-4
/
+9
*
Pass config objects around to limit the sprawl of argument lists.
Ned Batchelder
2010-09-02
1
-8
/
+6
*
Correct case.
Ned Batchelder
2010-08-28
1
-1
/
+1
*
Unify formatting of coverage percentages, and don't show zero or 100 as a res...
Ned Batchelder
2010-08-22
1
-4
/
+0
*
If there are no files to report, show a nice exception rather than fall into ...
Ned Batchelder
2010-06-03
1
-4
/
+8
*
Omit and include are now filename patterns rather than prefixes. BACKWARD IN...
Ned Batchelder
2010-05-23
1
-6
/
+2
*
Format the code to pylint's liking, and fix up the docstrings for omit and in...
Ned Batchelder
2010-05-15
1
-10
/
+10
*
Change 'requires' to 'include'.
Ned Batchelder
2010-05-15
1
-4
/
+4
*
add a --require option to specify directories which are required to be at the...
Zooko Ofsimplegeo
2010-04-19
1
-2
/
+7
*
Properly record multiple exits separately. Fixes #62.
Ned Batchelder
2010-04-27
1
-1
/
+1
*
Lint cleanups
Ned Batchelder
2010-02-20
1
-1
/
+3
[prev]
[next]