forked from borgbackup/borg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix packaging/git/coverage for src/ path
- Loading branch information
1 parent
d1ea925
commit 7683936
Showing
5 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[run] | ||
branch = True | ||
source = borg | ||
source = src/borg | ||
omit = | ||
*/borg/__init__.py | ||
*/borg/__main__.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in | ||
recursive-include borg *.pyx | ||
graft src | ||
recursive-exclude src *.pyc | ||
recursive-exclude src *.pyo | ||
recursive-include docs * | ||
recursive-exclude docs *.pyc | ||
recursive-exclude docs *.pyo | ||
prune docs/_build | ||
prune .travis | ||
exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile | ||
include borg/_version.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters