-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from 8bitsam/cookie-mod-files-v2
Cookiecutting - modify files v2
- Loading branch information
Showing
9 changed files
with
67 additions
and
20 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,2 +1,37 @@ | ||
# codecov can find this file anywhere in the repo, so we don't need to clutter | ||
# the root folder. | ||
#comment: false | ||
|
||
fixes: | ||
- ".*/site-packages/::src/" | ||
|
||
codecov: | ||
notify: | ||
require_ci_to_pass: no | ||
|
||
coverage: | ||
status: | ||
patch: | ||
default: | ||
target: '70' | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: failure | ||
project: | ||
default: false | ||
library: | ||
target: auto | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: error | ||
paths: '!*/tests/.*' | ||
|
||
tests: | ||
target: 97.9% | ||
paths: '*/tests/.*' | ||
if_not_found: success | ||
|
||
flags: | ||
tests: | ||
paths: | ||
- tests/ |
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
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,20 +1,28 @@ | ||
recursive-include diffpy * | ||
recursive-exclude diffpy *.py[co] *.so | ||
recursive-include libpdffit2 *.[ch]* | ||
recursive-include pdffit2module *.[ch]* | ||
recursive-include examples * | ||
include AUTHORS.txt LICENSE*.txt README* | ||
include Makefile | ||
prune libpdffit2/tests | ||
recursive-include src/diffpy * | ||
recursive-exclude src/diffpy *.py[co] *.so | ||
recursive-include docs *.rst conf.py Makefile make.bat | ||
|
||
recursive-include src/extensions/libpdffit2 *.[ch]* | ||
recursive-include src/extensions/pdffit2module *.[ch]* | ||
recursive-include src/examples * | ||
include AUTHORS.rst | ||
include diffpy.pdffit2/version.py | ||
include LICENSE.rst | ||
include README.rst | ||
include requirements/ | ||
prune src/extensions/libpdffit2/tests | ||
global-exclude .gitattributes .gitignore .gitarchive.cfg | ||
global-exclude .DS_Store | ||
recursive-exclude * __pycache__ | ||
recursive-exclude * *.py[co] | ||
|
||
# If including data files in the package, add them like: | ||
# include path/to/data_file | ||
|
||
# Avoid user content in setup.cfg to make distribution reproducible. | ||
exclude setup.cfg | ||
|
||
# Exclude git-tracked files spuriously added by setuptools_scm | ||
exclude .coveragerc | ||
exclude .travis* | ||
prune conda-recipe | ||
prune devutils | ||
prune doc |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.