-
Notifications
You must be signed in to change notification settings - Fork 2
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 #5 from ecmwf-ifs/nabr-codecov
Python 3.12+ compatibility and add code coverage to pytest
- Loading branch information
Showing
4 changed files
with
82 additions
and
30 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
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,5 +1,9 @@ | ||
# IFSBench - A pythonic benchmarking package for IFS development | ||
|
||
[](https://www.apache.org/licenses/LICENSE-2.0.html) | ||
[](https://github.com/ecmwf-ifs/ifsbench/actions/workflows/pytest.yaml) | ||
[](https://codecov.io/github/ecmwf-ifs/ifsbench) | ||
|
||
**NOTE**: _This is work-in-progress and represents a prototype, not a full solution!_ | ||
|
||
IFSBench is a prototype tool that aims to provide Python-based | ||
|
@@ -30,8 +34,8 @@ Johannes Bulin ([email protected]) | |
|
||
## Licence | ||
|
||
License: [Apache License 2.0](LICENSE) In applying this licence, ECMWF does not waive the privileges and immunities | ||
granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction. | ||
License: [Apache License 2.0](LICENSE) In applying this licence, ECMWF does not waive the privileges and immunities | ||
granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction. | ||
|
||
## Contributing | ||
|
||
|
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,18 @@ | ||
codecov: | ||
require_ci_to_pass: yes | ||
notify: | ||
wait_for_ci: yes | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
|
||
status: | ||
project: | ||
default: | ||
enabled: yes | ||
target: auto | ||
threshold: 0.1 | ||
patch: | ||
default: | ||
enabled: off |
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