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
*
Make show_contexts available to set_option, and document it.
Ned Batchelder
2019-06-30
2
-1
/
+6
|
*
Make a Unicode character more apparent in the source
Ned Batchelder
2019-06-30
1
-2
/
+6
|
*
Typo
Ned Batchelder
2019-06-29
1
-1
/
+1
|
*
A little more about Coverage.current
Ned Batchelder
2019-06-29
2
-2
/
+9
|
*
New API: Coverage.current() returns the latest started instance.
Ned Batchelder
2019-06-25
3
-0
/
+48
|
*
Split HtmlReporter to get at data
Ned Batchelder
2019-06-19
2
-75
/
+87
|
*
Don't run contract tests if contracts are disabled
Ned Batchelder
2019-06-19
1
-1
/
+6
|
*
Move arcz_to_arcs to misc so we can use it elsewhere
Ned Batchelder
2019-06-19
5
-55
/
+57
|
*
One per line
Ned Batchelder
2019-06-19
1
-1
/
+2
|
*
Make a note about Reporter.file_reporters being gone
Ned Batchelder
2019-06-18
1
-0
/
+2
|
*
This class was simpler as a function
Ned Batchelder
2019-06-17
2
-16
/
+12
|
*
Remove ShiningPanda hack
Ned Batchelder
2019-06-17
3
-16
/
+6
|
*
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
3
-37
/
+55
|
*
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
3
-74
/
+78
|
*
No need to pass coverage/config separately everywhere
Ned Batchelder
2019-06-17
7
-41
/
+35
|
*
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
2
-49
/
+53
|
*
I'll update dev versions myself
Ned Batchelder
2019-06-17
1
-1
/
+3
|
*
Get rid of Reporter base class
Ned Batchelder
2019-06-16
5
-97
/
+67
|
*
Refactor text reporting to use the same code paths as other reports
Ned Batchelder
2019-06-16
6
-78
/
+78
|
*
Remove a property that has been deprecated for three years
Ned Batchelder
2019-06-16
2
-29
/
+0
|
*
Reporter base class shouldn't be responsible for directories
Ned Batchelder
2019-06-15
3
-13
/
+11
|
*
Make it easier for me to measure test_function contexts
Ned Batchelder
2019-06-14
2
-5
/
+7
|
*
More sass goodness
Ned Batchelder
2019-06-13
3
-224
/
+179
|
*
Update the test output css files too
Ned Batchelder
2019-06-13
3
-416
/
+164
|
*
Use sass for css generation, to get nice hover highlights on lines
Ned Batchelder
2019-06-13
4
-414
/
+629
|
*
Include the template source in the hash to make development easier
Ned Batchelder
2019-06-12
1
-2
/
+4
|
*
Dynamic contexts can be disabled with 'none'
Ned Batchelder
2019-06-12
3
-3
/
+7
|
*
Edit the CHANGES description of context reporting
Ned Batchelder
2019-06-11
1
-9
/
+8
|
*
Add comments to the SQL schema, and keep them when creating the db
Ned Batchelder
2019-06-11
1
-22
/
+28
|
*
Polishing substitute_variables
Ned Batchelder
2019-06-11
1
-3
/
+2
|
*
Docs for --contexts and --show-contexts
Ned Batchelder
2019-06-11
3
-14
/
+46
|
*
Albertas Agejevas did a lot of the context reporting work
Ned Batchelder
2019-06-11
2
-2
/
+3
|
*
Fix two pylint warnings
Ned Batchelder
2019-06-11
1
-2
/
+3
|
*
Update CHANGES.rst
Stephan Richter
2019-06-11
1
-1
/
+1
|
|
|
Fix my name. :-) You might also add Albertas Agejevas to the credits, since he did a lot of work here too.
*
This was a copy of an existing test. We need to write some new ones.
Ned Batchelder
2019-06-10
1
-20
/
+1
|
*
CHANGES about the context-based reporting
Ned Batchelder
2019-06-10
1
-1
/
+12
|
*
Include the count of contexts in the HTML report
Ned Batchelder
2019-06-10
2
-1
/
+2
|
*
Make --contexts available for HTML reports
Ned Batchelder
2019-06-10
3
-13
/
+24
|
*
Update tests to use updated APIs.
Stephan Richter
2019-06-10
3
-20
/
+29
|
*
Support for full qnames for old-style classes.
Stephan Richter
2019-06-10
2
-2
/
+16
|
*
Add some tests for new methods.
Stephan Richter
2019-06-10
2
-0
/
+78
|
*
Only compute contexts in HTML coverage when the option is specified. (For ↵
Stephan Richter
2019-06-10
2
-3
/
+9
|
|
|
|
large coverage data sets, reporting the context can be expensive.)
*
Fix a test.
Stephan Richter
2019-06-10
1
-1
/
+1
|
*
Tricky case: Thread switching is getting in the way.
Stephan Richter
2019-06-10
1
-1
/
+6
|
*
Handle TestCase classes with just one test, too.
Albertas Agejevas
2019-06-10
1
-1
/
+2
|
[next]