Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13e3a80

Browse files
committed
Added coverage report
1 parentf9b915b commit13e3a80

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

‎.coveragerc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[run]
2+
source = git
3+
4+
; to make nosetests happy
5+
[report]
6+
omit =
7+
*/yaml*
8+
*/tests/*
9+
*/python?.?/*
10+
*/site-packages/nose/*

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*.swp
33
*~
44
/lib/GitPython.egg-info
5+
cover/
6+
.coverage
57
/build
68
/dist
79
/doc/_build

‎.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ python:
77
install:
88
-git submodule update --init --recursive
99
-git fetch --tags
10+
-pip install coveralls
1011
script:
11-
-nosetests
12+
-nosetests --with-coverage
13+
# after_success: as long as we are not running smoothly ... give it the cover treatment every time
14+
-coveralls

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ A distribution package can be obtained for manual installation at:
3131
###DEVELOPMENT STATUS
3232

3333
[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg?branch=0.3)](https://travis-ci.org/gitpython-developers/GitPython)
34+
[![Coverage Status](https://coveralls.io/repos/gitpython-developers/GitPython/badge.png)](https://coveralls.io/r/gitpython-developers/GitPython)
3435

3536
The project was idle for 2 years, the last release was made about 3 years ago. Reason for this might have been the project's dependency on me as sole active maintainer, which is an issue in itself.
3637

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp