-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,110 changed files
with
19,080 additions
and
20,745 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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
[run] | ||
; branch = True | ||
; dynamic_context = test_function | ||
concurrency = multiprocessing,thread | ||
parallel = True | ||
data_file = ${INITIAL_PWD-.}/.coverage | ||
omit = | ||
${INITIAL_PWD-.}/testreport | ||
${INITIAL_PWD-.}/.github/* | ||
${INITIAL_PWD-.}/bin.*/* | ||
${INITIAL_PWD-.}/dist.*/* | ||
**/gui/wxpython/*/** | ||
**/OBJ.*/* | ||
source = | ||
. | ||
${INITIAL_PWD-.}/ | ||
${INITIAL_GISBASE-/usr/local/grass??}/ | ||
|
||
[paths] | ||
root = | ||
./ | ||
${INITIAL_GISBASE-/usr/local/grass??}/ | ||
/home/*/install/grass??/ | ||
python = | ||
./python/ | ||
${INITIAL_GISBASE-/usr/local/grass??}/etc/python/ | ||
/home/*/install/grass??/etc/python/ | ||
special_d_mon = | ||
./display/d.mon/ | ||
${INITIAL_GISBASE-/usr/local/grass??}/etc/d.mon/ | ||
/home/*/install/grass??/etc/d.mon/ | ||
special_r_in_wms = | ||
./scripts/r.in.wms/ | ||
${INITIAL_GISBASE-/usr/local/grass??}/etc/r.in.wms/ | ||
/home/*/install/grass??/etc/r.in.wms/ | ||
|
||
|
||
[report] | ||
; Since our file structure isn't an importable package, not all files are found | ||
; This allows to find python files even if there is missing __init__.py files, but is slow | ||
include_namespace_packages = True | ||
skip_covered = False | ||
; Regexes for lines to exclude from consideration | ||
exclude_also = | ||
; Don't complain about missing debug-only code: | ||
def __repr__ | ||
if self\.debug | ||
|
||
; Don't complain if tests don't hit defensive assertion code: | ||
raise AssertionError | ||
raise NotImplementedError | ||
|
||
; Don't complain if non-runnable code isn't run: | ||
; if 0: | ||
; if __name__ == .__main__.: | ||
|
||
; Don't complain about abstract methods, they aren't run: | ||
@(abc\.)?abstractmethod | ||
|
||
ignore_errors = True | ||
precision = 2 | ||
|
||
[html] | ||
directory = coverage_html_report | ||
show_contexts = true |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Description | ||
<!-- Describe your changes in detail --> | ||
|
||
## Motivation and context | ||
<!-- Why is this change required? What problem does it solve? --> | ||
<!-- If it fixes an open issue, please link the issue here. --> | ||
|
||
## How has this been tested? | ||
<!-- Please describe how you tested your changes. --> | ||
|
||
## Screenshots (if appropriate) | ||
|
||
## Types of changes | ||
<!-- What types of changes does your code introduce? --> | ||
<!-- Put an `x` in all the boxes that apply: --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing | ||
functionality to not work as before) | ||
|
||
## Checklist | ||
<!-- See the following points, and put an `x` in all the boxes that apply. --> | ||
<!-- If you're unsure about any of these, please ask. We're here to help! --> | ||
- [ ] PR title provides summary of the changes and starts with one of the | ||
[pre-defined prefixes](../../utils/release.yml) | ||
<!-- For example: "doc: Add example to db.describe documentation" --> | ||
<!-- or if it is a fix use "db.describe: fix JSON output format" --> | ||
- [ ] My code follows the [code style](../../doc/development/style_guide.md) | ||
of this project. | ||
- [ ] My change requires a change to the documentation. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] I have added tests to cover my changes. |
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
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
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
Oops, something went wrong.