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
/
doc
/
cmd.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
A new warning for files already imported before coverage starts
Ned Batchelder
2018-02-20
1
-0
/
+7
*
Update all Read the Docs links to use https
Jon Dufresne
2018-01-06
1
-1
/
+1
*
Add the latest warning to the docs, and give them consistent punctuation
Ned Batchelder
2017-10-24
1
-1
/
+7
*
Update URLs so link-checker doesn't spew red.
Ned Batchelder
2017-06-14
1
-3
/
+3
*
Warnings can be disabled
Ned Batchelder
2017-04-04
1
-6
/
+19
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
1
-0
/
+3
*
pid also annotates warnings
Ned Batchelder
2017-03-12
1
-1
/
+1
*
The name of the section is 'Specifying source files'
Ned Batchelder
2016-12-24
1
-1
/
+1
*
Merged in dachary/coverage.py/issue-425 (pull request #113)
Ned Batchelder
2016-12-24
1
-1
/
+1
|
\
|
*
sources that do not end with .py\w? are ignored #425
issue-425
loic
2016-12-18
1
-1
/
+1
*
|
html report --skip-covered with branches #433
issue-433-2
loic
2016-12-19
1
-0
/
+2
|
/
*
Document the multiproc debug option
Ned Batchelder
2016-10-22
1
-0
/
+2
*
Use doc8 for some light checking of doc files
Ned Batchelder
2016-10-02
1
-1
/
+1
*
Update link to cobertura
Ned Batchelder
2016-09-28
1
-1
/
+1
*
Tweak the docs about using other options with multiprocessing
Ned Batchelder
2016-07-04
1
-2
/
+3
*
Let the concurrency option be multi-valued. #484
Ned Batchelder
2016-07-04
1
-0
/
+4
*
Combine no longer appends by default
Ned Batchelder
2016-06-25
1
-0
/
+5
*
Add documentation for `coverage debug config`
Matthew Boehm
2016-06-02
1
-2
/
+5
*
Add mentions to the docs about the need for the C extension
Ned Batchelder
2016-03-29
1
-1
/
+3
*
Tweak the docs
Ned Batchelder
2016-02-22
1
-2
/
+2
*
Fix typo in doc for combine.
Aron Griffis
2015-11-29
1
-1
/
+1
*
Clarify the docs a bit.
Ned Batchelder
2015-11-24
1
-1
/
+2
*
Combining now issues warnings on unreadable files, unconditionally
Ned Batchelder
2015-10-04
1
-3
/
+2
*
Combine can now ignore errors.
Ned Batchelder
2015-10-03
1
-0
/
+5
*
Fix up some documentation links
Ned Batchelder
2015-09-20
1
-1
/
+1
*
Fix 'filename' to be 'file name' in English.
Ned Batchelder
2015-08-20
1
-4
/
+4
*
Added more debugging controls, especially for data operations
Ned Batchelder
2015-08-19
1
-6
/
+14
*
Tweak the plugin docs
Ned Batchelder
2015-08-02
1
-1
/
+1
*
Updated docs for 4.0b1
Ned Batchelder
2015-08-02
1
-44
/
+74
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Refer to the project consistenly as coverage.py. #275
Ned Batchelder
2015-07-23
1
-19
/
+19
*
Turn all the history into comments.
Ned Batchelder
2015-01-24
1
-14
/
+14
*
Fix spelling errors in the docs.
Ned Batchelder
2014-11-29
1
-1
/
+1
*
Make the text report branch column match the HTML report
Ned Batchelder
2014-10-20
1
-3
/
+3
*
Remove support for COVERAGE_OPTIONS environment variable.
Ned Batchelder
2014-09-28
1
-3
/
+1
*
Document stuff for 4.0a1
Ned Batchelder
2014-09-25
1
-0
/
+13
*
Add docs for --concurrency
Ned Batchelder
2014-09-25
1
-0
/
+11
*
Lint, you are a stern taskmaster...
Ned Batchelder
2013-10-09
1
-2
/
+2
*
Document the --debug options.
Ned Batchelder
2013-10-06
1
-0
/
+18
*
Remove notes about me being available for custom work, and rewrap many paragr...
Ned Batchelder
2013-09-17
1
-7
/
+7
*
Update history
Ned Batchelder
2012-11-17
1
-0
/
+1
*
Create coverage-X.Y aliases also. Closes #111.
Ned Batchelder
2012-11-17
1
-1
/
+3
*
Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs an...
Ned Batchelder
2012-11-16
1
-2
/
+5
|
\
*
|
Now the title of the HTML report can be set.
Ned Batchelder
2012-11-09
1
-4
/
+8
*
|
Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw...
Ned Batchelder
2012-11-03
1
-0
/
+5
|
/
*
Fix #200: that option reference has been wrong for a very long time...
Ned Batchelder
2012-10-03
1
-1
/
+2
*
Missing a word.
Ned Batchelder
2012-08-07
1
-4
/
+4
*
Clarify the rules for naming data files so they can be combined.
Ned Batchelder
2012-08-07
1
-0
/
+11
*
Doc tweaks for 3.5.2
Ned Batchelder
2012-05-04
1
-3
/
+25
*
Some doc clarification from George Paci
Ned Batchelder
2012-01-19
1
-2
/
+10
[next]