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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the modern way to load modules by file name.
Ned Batchelder
2021-01-10
1
-4
/
+15
*
Fix a test to be usable with PEP626
Ned Batchelder
2021-01-10
1
-33
/
+35
*
Need new gold files for pep626 partial branch HTML report
Ned Batchelder
2021-01-10
3
-16
/
+210
*
Update the support files for HTML gold files
Ned Batchelder
2021-01-10
2
-54
/
+226
*
A better test for 'if not __debug__'
Ned Batchelder
2021-01-10
2
-13
/
+14
*
PEP 626: Docstring-only functions changed again
Ned Batchelder
2021-01-10
1
-1
/
+2
*
PEP 626: constant tests are kept as no-ops
Ned Batchelder
2021-01-10
3
-33
/
+129
*
Clean up the platform constants in env.py
Ned Batchelder
2021-01-10
1
-1
/
+1
*
In 3.10, modules always have firstlineno==1
Ned Batchelder
2021-01-10
2
-1
/
+8
*
Python 3.10 doesn't compile statments after unconditional jumps.
Ned Batchelder
2021-01-10
2
-89
/
+116
*
2506 is fixed?
Ned Batchelder
2021-01-10
1
-4
/
+7
*
Tests of statements after raise and return
Ned Batchelder
2021-01-10
1
-0
/
+22
*
Always output TOTAL line.
Judson Neer
2021-01-06
5
-33
/
+70
*
Use set literals
Ned Batchelder
2021-01-03
6
-17
/
+17
*
This test doesn't work on Mac either.
Ned Batchelder
2021-01-02
1
-1
/
+1
*
Updated gold html files
Ned Batchelder
2020-12-05
38
-79
/
+117
*
This test is picky about platforms
Ned Batchelder
2020-11-28
1
-1
/
+1
*
Fix tests for GitHub windows platform
Ned Batchelder
2020-11-28
4
-9
/
+11
*
PyPy 3.7 doesn't act exactly like CPython 3.7
Ned Batchelder
2020-10-10
2
-2
/
+2
*
Python 3.10
Ned Batchelder
2020-10-10
1
-1
/
+5
*
If a plugin is disabled, don't try to record its file tracers. #1011
Ned Batchelder
2020-09-13
1
-0
/
+32
*
Fix a missed exception handling for bad plugins
Ned Batchelder
2020-09-13
1
-0
/
+22
*
ambigious -> ambiguous
Ned Batchelder
2020-09-12
5
-10
/
+10
*
Docs and cleanup for source_pkgs
Ned Batchelder
2020-09-12
4
-7
/
+6
*
Create Way to force package even if filepath exists (#1026)
Thomas Grainger
2020-09-12
5
-0
/
+24
*
replace confusing comment with assertion (#1028)
Thomas Grainger
2020-09-12
1
-3
/
+12
*
Explain a mystery
Ned Batchelder
2020-09-02
1
-0
/
+4
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
13
-54
/
+53
*
Displaying timezone information in HTML report (#960)
Xie Yanbo
2020-07-23
39
-38
/
+44
*
CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013)
latricewilgus
2020-07-19
1
-1
/
+1
*
Fix dark mode for context listing. #1009
Ned Batchelder
2020-07-09
1
-2
/
+12
*
A known failure has been fixed
Ned Batchelder
2020-07-05
1
-1
/
+1
*
Back to monospaced for the index page
Ned Batchelder
2020-07-05
1
-1
/
+1
*
Switch to python-based sass compiler
Ned Batchelder
2020-07-05
1
-1
/
+111
*
Report descending sort option (#1005)
Jerin Peter George
2020-07-03
1
-0
/
+6
*
Fix broken sorting tests. Good catch, Jerin Peter George
Ned Batchelder
2020-07-03
1
-10
/
+11
*
--skip-empty now applies to the XML report also. #976
nedbat/bug976
Ned Batchelder
2020-06-30
2
-1
/
+8
*
Simplify testing of --no-skip-covered, and add docs
Ned Batchelder
2020-06-29
2
-30
/
+10
*
More HTML tweaks
Ned Batchelder
2020-06-29
1
-4
/
+3
*
Merge pull request #932 from asottile/no_skip_covered
Ned Batchelder
2020-06-29
1
-0
/
+30
|
\
|
*
Add --no-skip-covered to allow negation of --skip-covered
Anthony Sottile
2020-02-14
1
-0
/
+30
*
|
Provide more information in the fail-under message
Ned Batchelder
2020-06-28
1
-2
/
+8
*
|
Merge pull request #977 from navyad/navyad/fail-under
Ned Batchelder
2020-06-28
1
-2
/
+2
|
\
\
|
*
|
message for fail-under
navyad
2020-04-19
1
-2
/
+2
*
|
|
A few further style tweaks to the HTML report
Ned Batchelder
2020-06-28
1
-122
/
+11
*
|
|
Merge pull request #931 from vsalvino/darkmode
Ned Batchelder
2020-06-28
25
-116
/
+275
|
\
\
\
|
*
|
|
Fix tests
Vince Salvino
2020-06-24
24
-74
/
+74
|
*
|
|
Add dark mode to HTML output; improve accessibility
Vince Salvino
2020-02-11
1
-42
/
+201
|
|
|
/
|
|
/
|
*
|
|
Read the config file contents as bytes, it's just for debugging anyway. #990
Ned Batchelder
2020-05-23
1
-4
/
+10
*
|
|
Update pylint
Ned Batchelder
2020-05-19
1
-1
/
+1
[next]