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
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Quiet pylint
Ned Batchelder
2012-11-10
1
-3
/
+3
*
Refactor the config parsing.
Ned Batchelder
2012-11-10
1
-85
/
+83
*
Now the title of the HTML report can be set.
Ned Batchelder
2012-11-09
1
-0
/
+3
*
Fix #163: embarassingly, the wildcards for include and omit didn't work prope...
Ned Batchelder
2012-10-29
1
-1
/
+5
*
The [html]extra_css configuration value is a file path to a CSS file that get...
Ned Batchelder
2012-04-20
1
-0
/
+3
*
Add show_missing to the config file. #173.
Ned Batchelder
2012-04-18
1
-0
/
+3
*
Finished implementation of path aliases for combining data files. #17.
Ned Batchelder
2011-08-23
1
-0
/
+8
*
Move some test modules to keep them out of pylint's hair.
Ned Batchelder
2011-06-01
1
-3
/
+6
*
Better handling of the partial-branch exclusion regexes. Finishes issue #113.
Ned Batchelder
2011-05-31
1
-4
/
+2
*
WIP for partial branch exclusion. #113
Ned Batchelder
2011-05-17
1
-5
/
+42
*
Rearrange lines to put options in alphabetical order.
Ned Batchelder
2011-05-10
1
-8
/
+8
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-1
/
+1
*
New config setting: [report]precision lets you specify the number of digits a...
Ned Batchelder
2010-08-24
1
-0
/
+3
*
The 'source' option is a list of directories or packages to limit coverage's ...
Ned Batchelder
2010-06-13
1
-0
/
+3
*
Omit and include are now filename patterns rather than prefixes. BACKWARD IN...
Ned Batchelder
2010-05-23
1
-6
/
+6
*
Format the code to pylint's liking, and fix up the docstrings for omit and in...
Ned Batchelder
2010-05-15
1
-3
/
+3
*
Refactor common code in config.py, and start testing the new options.
Ned Batchelder
2010-05-15
1
-36
/
+22
*
Change 'requires' to 'include'.
Ned Batchelder
2010-05-15
1
-19
/
+19
*
add a --require option to specify directories which are required to be at the...
Zooko Ofsimplegeo
2010-04-19
1
-0
/
+31
*
XML output file is configurable in .rc file.
Ned Batchelder
2010-01-09
1
-0
/
+7
*
HTML output directory is now settable in the .rc file.
Ned Batchelder
2010-01-06
1
-0
/
+7
*
Parallel mode can be set from the .coveragerc file.
Ned Batchelder
2010-01-03
1
-0
/
+3
*
Tidy up the config code.
Ned Batchelder
2009-12-30
1
-8
/
+10
*
ignore_errors can be set in [report].ignore_errors
Ned Batchelder
2009-12-29
1
-0
/
+3
*
Omit prefixes can be specified in the config file.
Ned Batchelder
2009-12-28
1
-3
/
+17
*
Simplify and test the default pragma exclusion.
Ned Batchelder
2009-12-27
1
-2
/
+2
*
Keep it working on 3.x also.
Ned Batchelder
2009-12-13
1
-1
/
+1
*
Rename the config file option for excluding source lines, in prep for excludi...
Ned Batchelder
2009-12-13
1
-2
/
+2
*
Clean trailing whitespace.
Ned Batchelder
2009-12-03
1
-6
/
+6
*
Docstrings for the new file.
Ned Batchelder
2009-11-28
1
-0
/
+15
*
Add data_file to the .coveragerc file.
Ned Batchelder
2009-11-28
1
-0
/
+3
*
Test the config file support.
Ned Batchelder
2009-11-28
1
-2
/
+3
*
Read .coveragerc by default.
Ned Batchelder
2009-11-28
1
-8
/
+3
*
Read a config file to get some of our configuration.
Ned Batchelder
2009-11-28
1
-0
/
+45
[prev]