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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Strict variable substitution is now an option
Ned Batchelder
2018-09-08
1
-2
/
+11
*
Move variable substitution to be independent
Ned Batchelder
2018-09-08
2
-17
/
+39
*
Tidy up
Ned Batchelder
2018-09-08
2
-2
/
+0
*
Clarify report() arguments
Ned Batchelder
2018-09-08
1
-2
/
+12
*
Finish removing aspectlib
Ned Batchelder
2018-09-06
1
-4
/
+0
*
Remove aspectlib debugging
Ned Batchelder
2018-09-04
2
-38
/
+1
*
Bump version
Ned Batchelder
2018-09-03
1
-1
/
+1
*
SQLite on py2 doesn't like opening files with non-ascii chars in the path
Ned Batchelder
2018-09-02
1
-1
/
+5
*
Move fiddly fnmatch logic into its own testable function
Ned Batchelder
2018-09-02
1
-25
/
+37
*
Don't keep the sqlite db open for long
Ned Batchelder
2018-09-02
1
-9
/
+19
*
Persist html sort order in localStorage instead of cookie
Federico Bond
2018-08-30
1
-15
/
+6
*
Put back an always-on indication of the tracer available
Ned Batchelder
2018-08-30
1
-1
/
+2
*
Show the contents of the config file
Ned Batchelder
2018-08-30
2
-0
/
+9
*
Fix the aggressive singleton that broke the test suite in 3c54d840
Ned Batchelder
2018-08-30
1
-11
/
+18
*
question marks aren't as good as -none-
Ned Batchelder
2018-08-27
1
-1
/
+1
*
SQLite storage detects forks
Ned Batchelder
2018-08-27
1
-5
/
+16
*
An environment-controllable way to turn on call debugging
Ned Batchelder
2018-08-27
1
-4
/
+7
*
Create the debug file more centrally
Ned Batchelder
2018-08-27
2
-12
/
+8
*
Formalize some more debugging tools I've been keeping to the side
Ned Batchelder
2018-08-27
2
-1
/
+77
*
Better sys_info: pid, and a more understandable name.
Ned Batchelder
2018-08-26
1
-2
/
+3
*
Tests of the schema checking
Ned Batchelder
2018-08-26
1
-3
/
+3
*
Check the schema version, no more app_id
Ned Batchelder
2018-08-26
1
-19
/
+17
*
A good way to solve the load-parallel pytestcov situation?
Ned Batchelder
2018-08-25
1
-2
/
+5
*
Merge branch 'nedbat/data-sqlite'
Ned Batchelder
2018-08-24
8
-274
/
+736
|
\
|
*
Fix the pytest-cov test
Ned Batchelder
2018-08-24
1
-0
/
+3
|
*
Make SQLite the default storage
Ned Batchelder
2018-08-24
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
|
*
PyPy needs to close cursors from pragmas
Ned Batchelder
2018-08-24
1
-2
/
+5
|
*
A better more accurate bool(data)
Ned Batchelder
2018-08-24
1
-4
/
+1
|
*
Get file_tracer semantics right, whew
Ned Batchelder
2018-08-24
1
-28
/
+51
|
*
Be flexible, and accept either json-sourced or sql-source error messages in s...
Ned Batchelder
2018-08-24
1
-1
/
+4
|
*
Skip some tests for SQL for now
Ned Batchelder
2018-08-24
1
-0
/
+3
|
*
Use pid-random suffixes for SQL files
Ned Batchelder
2018-08-14
2
-9
/
+16
|
*
Move the suffix parameter, but no implementation yet
Ned Batchelder
2018-08-14
1
-2
/
+2
|
*
Remove an unused debugging thing
Ned Batchelder
2018-08-14
2
-10
/
+1
|
*
Refactor initialization
Ned Batchelder
2018-08-14
1
-84
/
+108
|
*
Start moving suffix to constructor
Ned Batchelder
2018-08-12
1
-2
/
+4
|
*
Sqlite update() method
Ned Batchelder
2018-08-11
1
-0
/
+32
|
*
Error handling in add_file_tracers
Ned Batchelder
2018-08-11
1
-0
/
+19
|
*
A little better
Ned Batchelder
2018-08-11
1
-1
/
+1
|
*
Don't add data by asking about data
Ned Batchelder
2018-08-11
1
-11
/
+26
|
*
Implement more
Ned Batchelder
2018-08-11
2
-17
/
+60
|
*
Move line_counts out of the data classes
Ned Batchelder
2018-08-10
2
-20
/
+22
|
*
Move a common method outside the data classes
Ned Batchelder
2018-08-10
3
-15
/
+24
|
*
Forgot an import
Ned Batchelder
2018-08-09
1
-0
/
+1
|
*
Keep the env var naming scheme
Ned Batchelder
2018-08-09
1
-1
/
+1
|
*
Simplify how run --append works.
Ned Batchelder
2018-08-09
1
-6
/
+4
|
*
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-08
1
-4
/
+0
|
|
\
|
*
\
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-07
2
-8
/
+4
|
|
\
\
[prev]
[next]