Skip to content

Commit

Permalink
CI: Use output of pygimli.Report() in CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Dec 15, 2022
1 parent 71fa34e commit 0b9c6d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
# Test pygimli
export PYTHONPATH=`pwd`/../trunk:$PYTHONPATH

OMP_THREAD_LIMIT=4 python -c "import pygimli; pygimli.test(show=False, abort=True, htmlreport=\"build_tests.html\", devTests=True)"
OMP_THREAD_LIMIT=4 python -c "import pygimli; print(pygimli.Report()); pygimli.test(show=False, abort=True, htmlreport=\"build_tests.html\", devTests=True)"

# Build documentation

Expand Down
12 changes: 7 additions & 5 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ Please describe your issue here.

### Your environment

Please provide the output of `print(pygimli.Report())` here. If that does not
work, please give provide some additional information on your:

**Operating system**: e.g. Windows, Linux or Mac?
**Python version**: e.g. 2.7,3.5,3.6?
**pyGIMLi version**: Output of `print(pg.__version__)`
**Way of installation**: e.g. Conda package, Win binary, curl script, manual compilation from source
**Python version**: e.g. 3.8, 3.9, etc.?
**pyGIMLi version**: Output of `print(pygimli.__version__)`
**Way of installation**: e.g. Conda package, manual compilation from source, etc.

### Steps to reproduce

Expand All @@ -30,5 +33,4 @@ Tell us what happens instead and/or provide the output of your script.
Paste output here.
```

> If possible, please add one or more labels to your issue, e.g. if you expect that your issue is rather a question than a problem with the code, please add the label "question".
> If possible, please add one or more labels to your issue, e.g. if you expect that your issue is rather a question than a problem with the code, please add the label "question".
8 changes: 7 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Frist of all, **thank you** for submitting a pull request. We appreciate that you follow the spirit of open-source and that you are willing to contribute to pyGIMLi. Please make sure that this PR is targeted to the `dev` branch. If not, please [change this now](https://github.com/blog/2224-change-the-base-branch-of-a-pull-request). Additional notes on development can be found on [pygimli.org/dev](https://www.pygimli.org/dev).
Frist of all, **thank you** for submitting a pull request. We appreciate that
you follow the spirit of open-source and that you are willing to contribute to
pyGIMLi. Please make sure that this PR is targeted to the `dev` branch. If not,
please [change this
now](https://github.com/blog/2224-change-the-base-branch-of-a-pull-request).
Additional notes on development can be found on
[pygimli.org/dev](https://www.pygimli.org/dev).

0 comments on commit 0b9c6d3

Please sign in to comment.