index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Use goto-error style in more places
Ned Batchelder
2015-02-07
1
-20
/
+35
|
*
Add a no-op method to the base class to make branch coverage work with ↵
Ned Batchelder
2015-02-06
1
-0
/
+3
|
|
|
|
plugins. Thanks, Jessamyn Smith.
*
Move stats.errors stuff to reduce repetition and noise
Ned Batchelder
2015-02-06
1
-15
/
+4
|
*
Switch to 'goto error' style to reduce the number of DECREFs needed
Ned Batchelder
2015-02-06
1
-37
/
+27
|
*
Don't need these includes any more
Ned Batchelder
2015-02-04
1
-2
/
+0
|
*
Clean up some pylint complaints
Ned Batchelder
2015-02-02
1
-4
/
+8
|
*
Simplify the plugin selection logic.
Ned Batchelder
2015-02-01
1
-32
/
+26
|
*
Make process_startup idempotent, to fix #340.
Ned Batchelder
2015-02-01
1
-5
/
+24
|
*
Wildly experimental multiprocessing support. Covers most of #117.
Ned Batchelder
2015-01-30
3
-2
/
+57
|
*
Give a reasonable warning for a previous assert. Closes #353.
Ned Batchelder
2015-01-26
1
-6
/
+3
|
*
Bump the versions; docs now at readthedocs
Ned Batchelder
2015-01-26
2
-5
/
+6
|
*
Keep windows working
Ned Batchelder
2015-01-25
1
-2
/
+3
|
*
More plugin doc tweaks
Ned Batchelder
2015-01-25
1
-11
/
+9
|
*
More docs about plugins.
Ned Batchelder
2015-01-25
1
-5
/
+30
|
*
Move flat_rootname to the base class
Ned Batchelder
2015-01-24
2
-19
/
+12
|
*
Delete obsolete attribute.
Ned Batchelder
2015-01-24
1
-6
/
+0
|
*
Set timid=True automatically for plugins
Ned Batchelder
2015-01-24
1
-2
/
+12
|
|
|
|
|
This is better than asking people to add timid=True to their configs, since this way they won't have to clean it out of their config later.
*
Move a helper from plugin.py to misc.py
Ned Batchelder
2015-01-24
2
-26
/
+29
|
*
Trying to get the doc format and references right.
Ned Batchelder
2015-01-24
1
-12
/
+17
|
*
Change sysinfo to sys_info
Ned Batchelder
2015-01-24
3
-6
/
+6
|
*
Plugins can provide sysinfo
Ned Batchelder
2015-01-24
2
-0
/
+15
|
*
Make the two forms of debug output more uniform
Ned Batchelder
2015-01-24
3
-8
/
+20
|
*
info_formatter shouldn't assume it gets a list
Ned Batchelder
2015-01-24
1
-0
/
+1
|
*
Clarify how to use make_file for non-ascii content.
Ned Batchelder
2015-01-22
1
-4
/
+8
|
*
Bump the version
Ned Batchelder
2015-01-20
1
-1
/
+1
|
*
XML package_depth configuration option. Thanks, Lex Berezhny
Ned Batchelder
2015-01-19
2
-0
/
+4
|
*
Fix bad regression: XML report now reports packages again. #235
Ned Batchelder
2015-01-19
1
-6
/
+13
|
*
More pep8 compliance
Ned Batchelder
2015-01-19
2
-2
/
+8
|
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
11
-30
/
+64
|
*
Properly deal with .pyc files missing their sources.
Ned Batchelder
2015-01-18
1
-9
/
+25
|
*
Bump version since we published 4.0a2
Ned Batchelder
2015-01-17
1
-1
/
+1
|
*
Clean up the module->file logic
Ned Batchelder
2015-01-17
1
-13
/
+11
|
*
When finding the source for a frame, really check if it exists
Ned Batchelder
2015-01-17
1
-5
/
+12
|
*
Use file names with extensions in reports.
Ned Batchelder
2015-01-17
2
-10
/
+8
|
*
Provide early error messages for bad regexes in config. #349
Ned Batchelder
2015-01-16
1
-8
/
+21
|
*
Pylint didn't like .format(self=self): Argument 'self' passed by position ↵
Ned Batchelder
2015-01-16
1
-2
/
+2
|
|
|
|
and keyword
*
Report empty files as 100% instead of 0%, fixes #345
Ned Batchelder
2015-01-16
1
-4
/
+19
|
*
Remove unused imports
Ned Batchelder
2015-01-10
2
-5
/
+1
|
*
Move base-class logic from CodeUnit to FileReporter
Ned Batchelder
2015-01-09
4
-52
/
+59
|
*
Report a more useful error if an expression fails.
Ned Batchelder
2015-01-09
1
-1
/
+11
|
*
Read and write plugin data to .coverage
Ned Batchelder
2015-01-08
2
-9
/
+20
|
*
Bump version to alpha 2
Ned Batchelder
2015-01-03
1
-1
/
+1
|
*
Start formalizing the FileReporter interface to simplify things
Ned Batchelder
2015-01-02
5
-32
/
+99
|
*
Move python source understanding into python.py
Ned Batchelder
2015-01-01
7
-137
/
+142
|
*
Move code_unit_factory into Coverage
Ned Batchelder
2015-01-01
3
-76
/
+51
|
*
Refactoring FileLocators and codeunit factories, more to come.
Ned Batchelder
2015-01-01
1
-7
/
+11
|
*
Be a little clearer about when we expect one thing, and when we expect a list
Ned Batchelder
2015-01-01
3
-20
/
+48
|
*
Move Plugins so that plugin.py is just interface definitions
Ned Batchelder
2015-01-01
2
-38
/
+38
|
*
pep8
Ned Batchelder
2015-01-01
1
-27
/
+43
|
*
2015 happy new year
Ned Batchelder
2015-01-01
1
-1
/
+1
|
[prev]
[next]