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
/
report.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deal more gracefully with unexpectedly-not-python source during reporting.
Ned Batchelder
2011-04-08
1
-2
/
+2
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
1
-1
/
+7
*
Now that we include 0% files in the data, they aren't 'executed', they are 'm...
Ned Batchelder
2010-09-03
1
-1
/
+1
*
Remove unused import
Ned Batchelder
2010-09-02
1
-1
/
+0
*
Pass config objects around to limit the sprawl of argument lists.
Ned Batchelder
2010-09-02
1
-16
/
+10
*
Refactor the --omit and --include support during reporting, and add a test fo...
Ned Batchelder
2010-08-28
1
-4
/
+28
*
Omit and include are now filename patterns rather than prefixes. BACKWARD IN...
Ned Batchelder
2010-05-23
1
-10
/
+8
*
Format the code to pylint's liking, and fix up the docstrings for omit and in...
Ned Batchelder
2010-05-15
1
-11
/
+10
*
Change 'requires' to 'include'.
Ned Batchelder
2010-05-15
1
-8
/
+8
*
add a --require option to specify directories which are required to be at the...
Zooko Ofsimplegeo
2010-04-19
1
-5
/
+14
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-8
/
+8
*
When reporting, don't fall over if there's no data to report on. Fixes issue ...
Ned Batchelder
2009-11-26
1
-1
/
+4
*
Treat missing source files nicer.
Ned Batchelder
2009-10-25
1
-3
/
+2
*
Refactor the analysis results so we aren't passing so many tuples around.
Ned Batchelder
2009-10-15
1
-2
/
+1
*
HTML report includes non-relative code units also. Fixes issue #11, though t...
Ned Batchelder
2009-09-26
1
-2
/
+0
*
Some XML report fixes, and a very basic test.
Ned Batchelder
2009-09-23
1
-1
/
+0
*
coverage._analyze is a non-public function.
Ned Batchelder
2009-05-17
1
-1
/
+1
*
Change how data is harvested from the collector to simplify api use.
Ned Batchelder
2009-05-05
1
-3
/
+2
*
The name of the project is Coverage, not coverage.py.
Ned Batchelder
2009-04-30
1
-1
/
+1
*
Clean up.
Ned Batchelder
2009-04-21
1
-0
/
+4
*
HTML reporting, phase 0.
Ned Batchelder
2009-04-20
1
-0
/
+27
*
Pylint tweaks
Ned Batchelder
2009-04-12
1
-1
/
+3
*
Start moving common reporter functionality into Reporter.
Ned Batchelder
2009-03-13
1
-0
/
+30