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
/
results.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-10
/
+10
*
mypy: check sqldata.py
Ned Batchelder
2022-12-29
1
-1
/
+3
*
mypy: check results.py
Ned Batchelder
2022-12-29
1
-41
/
+61
*
style: fix spelling
Ned Batchelder
2022-11-28
1
-1
/
+1
*
refactor: SimpleReprMixing wasn't simple, it was auto
Ned Batchelder
2022-11-27
1
-2
/
+2
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-2
/
+2
*
feat: add "lcov" command for generating LCOV reports
Bradley Burns
2022-01-22
1
-0
/
+15
*
refactor: specialize exceptions
Ned Batchelder
2021-11-14
1
-2
/
+2
*
style: convert more string formatting to f-strings
Ned Batchelder
2021-11-11
1
-1
/
+1
*
fix: don't report branches to exclusions as missing. #1271
Ned Batchelder
2021-11-05
1
-1
/
+2
*
refactor: more direct
Ned Batchelder
2021-10-25
1
-3
/
+2
*
refactor: remove globals from Numbers
Ned Batchelder
2021-06-01
1
-31
/
+24
*
fix: --fail-under=100 could report 100 is less than 100.
Ned Batchelder
2021-05-31
1
-7
/
+17
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+2
*
refactor: pyupgrade --py36-plus coverage/*.py
Ned Batchelder
2021-05-02
1
-2
/
+2
*
refactor: remove more unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-5
/
+4
*
fix: don't report branches to missing lines. #1065
Ned Batchelder
2021-02-28
1
-1
/
+1
*
refactor: remove unneeded code
Ned Batchelder
2021-02-26
1
-5
/
+2
*
Experimental: relative_files to support relative file names.
Ned Batchelder
2019-12-01
1
-2
/
+2
*
Create a JSON report
Matt Bachmann
2019-08-31
1
-1
/
+2
*
Contracts and privacy for Analysis methods
Ned Batchelder
2018-12-26
1
-5
/
+11
*
Simplify format_lines a little
Ned Batchelder
2018-12-26
1
-2
/
+2
*
Sort the text missing results by line number, not kind
Ned Batchelder
2018-12-25
1
-36
/
+42
*
Move code to where it belongs
Ned Batchelder
2018-12-24
1
-1
/
+39
*
Tweaks to the fail_under limiting
Ned Batchelder
2018-12-24
1
-4
/
+5
*
Disallow impossible values for fail_under
Mike Fiedler
2018-12-23
1
-0
/
+4
*
SimpleReprMixin is a better name
Ned Batchelder
2018-09-09
1
-2
/
+2
*
Improved debugging
Ned Batchelder
2018-08-04
1
-1
/
+2
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
fail_under can now be a float. #631.
Ned Batchelder
2018-01-21
1
-15
/
+9
*
Make should_fail_under an even more pure function.
Ned Batchelder
2017-03-08
1
-5
/
+6
*
More docstring.
Ned Batchelder
2017-03-05
1
-0
/
+3
*
Move the logic for fail-under to a testable function
Ned Batchelder
2017-03-04
1
-0
/
+20
*
No need to mention object.
Ned Batchelder
2016-06-23
1
-1
/
+1
*
A SimpleRepr class to inherit a simple __repr__ implementation.
Ned Batchelder
2016-06-23
1
-2
/
+2
*
Use ->exit for missed branches in the textual report. #469
Ned Batchelder
2016-04-18
1
-1
/
+1
*
Drive-by cleanup
Ned Batchelder
2016-02-04
1
-5
/
+3
*
Make sure FileReporters are called once for their data.
Ned Batchelder
2015-08-09
1
-8
/
+9
*
Rename .statements and .excluded_statements to .lines and .excluded_lines
Ned Batchelder
2015-08-09
1
-2
/
+2
*
Correct the handling of IndentationError and TokenError
Ned Batchelder
2015-08-09
1
-2
/
+2
*
.arcs() doesn't have to sort its results.
Ned Batchelder
2015-08-09
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
CoverageData.lines() and CoverageData.arcs() now distinguish between unmeasur...
Ned Batchelder
2015-07-19
1
-2
/
+2
*
is better than
Ned Batchelder
2015-07-14
1
-2
/
+2
*
More simplification of the data api
Ned Batchelder
2015-07-12
1
-2
/
+2
*
Analysis doesn't need a Coverage object, it needs a CoverageData object.
Ned Batchelder
2015-07-11
1
-6
/
+6
*
Make the summary return 0 instead.
Ionel Cristian Maries
2015-06-28
1
-1
/
+1
*
Make fail_under fail if there is no coverage data.
Ionel Cristian Maries
2015-06-28
1
-1
/
+1
*
Merge issue-324 fix
Ned Batchelder
2015-04-20
1
-0
/
+3
|
\
|
*
Fix branch coverage for yield statements. #308 #324
Ned Batchelder
2015-04-20
1
-0
/
+3
[next]