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
Commit message (
Expand
)
Author
Age
Files
Lines
*
report must ignore skipped files #524
issue-524-2
loic
2016-12-12
2
-31
/
+67
*
Document report API skip_covered argument
loic
2016-12-12
1
-0
/
+2
*
Add Python 3.5 CI
Arcadiy Ivanov
2016-12-11
1
-0
/
+9
*
Properly return final status when measuring our own coverage
Ned Batchelder
2016-12-07
1
-1
/
+3
*
Clarify the latest changelog entry
Ned Batchelder
2016-12-06
1
-2
/
+2
*
Prevent UnicodeErrors in HTML reports with Unicode configuration values
Ned Batchelder
2016-12-06
3
-3
/
+13
*
Oh 2.6, you get me every time
Ned Batchelder
2016-12-06
1
-1
/
+1
*
A better way to find the pth directory
Ned Batchelder
2016-12-06
1
-14
/
+18
*
Remove the filelock experiment
Ned Batchelder
2016-12-06
2
-9
/
+4
*
Silence an internal pytest deprecation warning
Ned Batchelder
2016-12-05
1
-0
/
+6
*
Merged in nicoddemus/coverage.py/latest-pytest (pull request #94)
Ned Batchelder
2016-12-05
0
-0
/
+0
|
\
*
|
Use pytest>=3.0.5
latest-pytest
Bruno Oliveira
2016-12-05
1
-1
/
+1
|
/
*
No xdist on appveyor
Ned Batchelder
2016-12-05
1
-0
/
+4
*
Need to clean up in the right order
Ned Batchelder
2016-12-04
1
-1
/
+2
*
Quick hack to try avoiding stepping on each others' pth files
Ned Batchelder
2016-12-04
2
-12
/
+25
*
Older setuptools works, how about newer?
Ned Batchelder
2016-12-04
1
-1
/
+1
*
Try rolling back setuptools to fix appveyor
Ned Batchelder
2016-12-04
1
-1
/
+1
*
Test excluded lines in the html report
Ned Batchelder
2016-11-30
3
-4
/
+18
*
A test of status.json having the wrong format
Ned Batchelder
2016-11-29
1
-0
/
+22
*
status.json file is more compact
Ned Batchelder
2016-11-29
1
-1
/
+1
*
More-accurate pragmas
Ned Batchelder
2016-11-29
3
-4
/
+5
*
Cover a few edge cases in phystokens.py
Ned Batchelder
2016-11-28
1
-12
/
+27
*
.rst max line is 79
Ned Batchelder
2016-11-28
2
-2
/
+5
*
Async protocol changed in 3.5.2. Remove a deprecation warning
Ned Batchelder
2016-11-27
1
-1
/
+1
*
Avoid flags in regexes we combine
Ned Batchelder
2016-11-27
2
-2
/
+5
*
Nope, that wasn't it
Ned Batchelder
2016-11-26
1
-1
/
+1
*
Try no xdist to see if appveyor will be happy
Ned Batchelder
2016-11-26
1
-1
/
+1
*
Fix two problems with xdist'ed tests
Ned Batchelder
2016-11-26
2
-2
/
+5
*
Latest versions of everything
Ned Batchelder
2016-11-26
5
-10
/
+10
*
Updates for pytest
Ned Batchelder
2016-11-26
1
-44
/
+46
*
Enable pytest warnings, and fix/silence a few
Ned Batchelder
2016-11-26
4
-3
/
+7
*
Change nose example to pytest example. #521
Ned Batchelder
2016-11-26
1
-4
/
+5
*
Use xdist to run tests faster
Ned Batchelder
2016-11-23
2
-1
/
+2
*
Avoid yielding test cases so pytest is happy.
Ned Batchelder
2016-11-23
1
-15
/
+17
*
Use a 2/3 name for unicode
Ned Batchelder
2016-11-23
2
-3
/
+4
*
Make this runnable on Python 3
Ned Batchelder
2016-11-23
1
-2
/
+2
*
Make this usable in python 3
Ned Batchelder
2016-11-23
1
-4
/
+4
*
Conditionalize the ast_dump code
Ned Batchelder
2016-11-22
1
-55
/
+60
*
Install pytest in the main venv
Ned Batchelder
2016-11-22
2
-4
/
+3
*
Add a test for tokenizing code without a final newline
Ned Batchelder
2016-11-22
1
-18
/
+20
*
Was using the wrong pragma
Ned Batchelder
2016-11-22
1
-1
/
+1
*
Try to describe what PyPy we test with
Ned Batchelder
2016-11-21
3
-8
/
+10
*
Didn't know why we needed it, and now it seems like we don't.
Ned Batchelder
2016-11-21
1
-5
/
+2
*
Looks better lowercase
Ned Batchelder
2016-11-21
1
-1
/
+1
*
More badge fun
Ned Batchelder
2016-11-21
1
-0
/
+6
*
Make igor usable without pytest
Ned Batchelder
2016-11-21
1
-2
/
+3
*
Keep 2.6 working
Ned Batchelder
2016-11-20
1
-1
/
+1
*
Keep lines trimmed
Ned Batchelder
2016-11-20
1
-1
/
+2
*
No more nose, use pytest as test runner
Ned Batchelder
2016-11-20
7
-34
/
+25
*
Test against latest pypy2 and pypy3 only. No more 3.2
Ned Batchelder
2016-11-20
1
-16
/
+6
[next]