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
/
test
/
coverage_coverage.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Too many files start with 'cov', rename a few.
Ned Batchelder
2010-08-31
1
-89
/
+0
*
Working on getting coverage to measure itself again.
Ned Batchelder
2010-08-07
1
-2
/
+6
*
Parallel mode can be set from the .coveragerc file.
Ned Batchelder
2010-01-03
1
-2
/
+1
*
ignore_errors can be set in [report].ignore_errors
Ned Batchelder
2009-12-29
1
-1
/
+1
*
Forgot one place to use omit= from the config file.
Ned Batchelder
2009-12-28
1
-3
/
+1
*
Omit prefixes can be specified in the config file.
Ned Batchelder
2009-12-28
1
-2
/
+1
*
COVERAGE_PROCESS_START now is the name of the rc file, and we use it to measu...
Ned Batchelder
2009-12-26
1
-7
/
+2
*
A way to start coverage when Python starts, to help with measuring coverage i...
Ned Batchelder
2009-12-23
1
-1
/
+2
*
It helps if you exclude the proper pragma comment.
Ned Batchelder
2009-12-20
1
-1
/
+1
*
Clean up
Ned Batchelder
2009-12-13
1
-1
/
+1
*
Instructions for coverage_coverage.py
Ned Batchelder
2009-12-06
1
-1
/
+13
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-5
/
+5
*
Clean up coverage_coverage.py
Ned Batchelder
2009-12-01
1
-4
/
+7
*
coverage_coverage.py now writes separate data files for each run of the test ...
Ned Batchelder
2009-11-29
1
-41
/
+70
*
Don't measure mock.py when we measure our coverage.
Ned Batchelder
2009-11-29
1
-1
/
+1
*
Fix some self-measurement problems. Now coverage_coverage.py works again (ha...
Ned Batchelder
2009-11-29
1
-1
/
+5
*
Increase templite test coverage, and use the new branch awesomeness when cove...
Ned Batchelder
2009-11-21
1
-1
/
+2
*
Save .coverage when running our own coverage tests.
Ned Batchelder
2009-09-13
1
-0
/
+1
*
Don't measure the coverage package itself. Inspired by, but does not fix, is...
Ned Batchelder
2009-06-24
1
-0
/
+4
*
More docstrings all around.
Ned Batchelder
2009-05-09
1
-1
/
+1
*
Change how data is harvested from the collector to simplify api use.
Ned Batchelder
2009-05-05
1
-1
/
+0
*
Lint lint
Ned Batchelder
2009-05-05
1
-1
/
+1
*
Use the new clear_exclude() function to improve coverage_coverage.py
Ned Batchelder
2009-05-04
1
-2
/
+8
*
Keeping a stack of Collectors makes it possible for Coverage to measure itsel...
Ned Batchelder
2009-05-03
1
-0
/
+34
*
The old way of self-coverage testing coverage no longer works.
Ned Batchelder
2009-04-30
1
-27
/
+0
*
Move the tests into the test directory.
Ned Batchelder
2009-03-13
1
-0
/
+27