-
Notifications
You must be signed in to change notification settings - Fork 21
Cookiecutting - modify files v2 #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
9fa82c9
Move examples/ and devutils/ to src/
8bitsam a354607
update codecov.yml
8bitsam 66d4eb9
update coveragerc
8bitsam 9ad618b
update MANIFEST.in
8bitsam b8e6a4d
[pre-commit.ci] auto fixes from pre-commit hooks
pre-commit-ci[bot] 93107b1
remove "-e" from pip installation - fixed with MANIFEST.in change
8bitsam 8337426
move makesdist to main repo dir to match diffpy.utils
8bitsam bcb722c
MANIFEST.in devuitls fix
8bitsam 7750f1a
Move examples/ to doc/
8bitsam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.