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
*
skip_covered and skip_empty for HTML. #1090
nedbat/html-skip-covered
Ned Batchelder
2021-01-10
1
-2
/
+10
*
Use set literals
Ned Batchelder
2021-01-03
1
-1
/
+1
*
A favicon for the HTML report
Ned Batchelder
2020-12-05
1
-0
/
+1
*
Displaying timezone information in HTML report (#960)
Xie Yanbo
2020-07-23
1
-2
/
+2
*
fix context reporting for relative_files
David Szotten
2019-12-21
1
-1
/
+1
*
Remove unneeded variable initialization
Ned Batchelder
2019-11-09
1
-3
/
+0
*
Optionally skip empty files in reports
reybog90
2019-11-01
1
-0
/
+6
*
Better presentation of contexts. #855
Ned Batchelder
2019-10-13
1
-3
/
+12
*
Warn if asked to show context but none were measured. #851
Ned Batchelder
2019-10-10
1
-0
/
+3
*
Clearer logic
Ned Batchelder
2019-10-02
1
-2
/
+2
*
HTML: Mark things to show instead of to hide.
Ned Batchelder
2019-07-06
1
-6
/
+4
*
Clean up and test filtering contexts for reporting
Ned Batchelder
2019-07-01
1
-2
/
+3
*
Context reporting improvements and test
Ned Batchelder
2019-06-30
1
-2
/
+2
*
Split HtmlReporter to get at data
Ned Batchelder
2019-06-19
1
-71
/
+83
*
Remove ShiningPanda hack
Ned Batchelder
2019-06-17
1
-7
/
+0
*
A better name
Ned Batchelder
2019-06-17
1
-6
/
+6
*
Fix unicode for Py2
Ned Batchelder
2019-06-17
1
-6
/
+6
*
Use an object instead of a dict for the report data
Ned Batchelder
2019-06-17
1
-35
/
+35
*
Move more into the template globals
Ned Batchelder
2019-06-17
1
-11
/
+15
*
Make the incremental checker a little smarter.
Ned Batchelder
2019-06-17
1
-71
/
+74
*
No need to pass coverage/config separately everywhere
Ned Batchelder
2019-06-17
1
-3
/
+3
*
Move css class constants to class-level
Ned Batchelder
2019-06-17
1
-14
/
+14
*
Move HTML concerns out of data_for_file
Ned Batchelder
2019-06-17
1
-22
/
+34
*
Refactor for better testability
Ned Batchelder
2019-06-17
1
-47
/
+51
*
Get rid of Reporter base class
Ned Batchelder
2019-06-16
1
-5
/
+7
*
Reporter base class shouldn't be responsible for directories
Ned Batchelder
2019-06-15
1
-2
/
+5
*
Include the template source in the hash to make development easier
Ned Batchelder
2019-06-12
1
-2
/
+4
*
Include the count of contexts in the HTML report
Ned Batchelder
2019-06-10
1
-0
/
+1
*
Make --contexts available for HTML reports
Ned Batchelder
2019-06-10
1
-0
/
+1
*
Only compute contexts in HTML coverage when the option is specified. (For lar...
Stephan Richter
2019-06-10
1
-3
/
+8
*
Extend HTML report to to show contexts for every covered line.
Stephan Richter
2019-06-10
1
-0
/
+5
*
Better tests of HTML delta generation
Ned Batchelder
2019-05-26
1
-1
/
+1
*
When we trimmed trailing whitespace, we lost the last newline. Put it back.
Ned Batchelder
2018-08-24
1
-1
/
+1
*
Stop using farm/src for HTML tests.
Ned Batchelder
2018-08-24
1
-1
/
+1
*
Move a common method outside the data classes
Ned Batchelder
2018-08-10
1
-1
/
+2
*
Be stricter about self._data
Ned Batchelder
2018-07-08
1
-3
/
+3
*
Trim unneeded whitespace from HTML output
Ned Batchelder
2018-06-29
1
-0
/
+2
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Delete html files when skipping covered files
Ned Batchelder
2017-01-11
1
-4
/
+8
*
Clean up and changes for #549
Ned Batchelder
2017-01-11
1
-4
/
+4
*
html total must account for files 100% covered #549
loic@dachary.org
2017-01-11
1
-2
/
+4
*
implement --skip-covered for html report #433
loic@dachary.org
2016-12-18
1
-3
/
+9
*
status.json file is more compact
Ned Batchelder
2016-11-29
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2016-07-31
1
-1
/
+1
*
Correct references to the debounce library file.
Ben Finney
2016-07-15
1
-1
/
+1
*
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
[next]