-
Notifications
You must be signed in to change notification settings - Fork 32
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 #168 from cerfacs-globc/fix/slice_mode_on_seasons
Fix slice_mode for seasons
- Loading branch information
Showing
26 changed files
with
634 additions
and
244 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
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,16 +1,15 @@ | ||
Continuous integration | ||
====================== | ||
|
||
icclim continuous integration aims to assist development by: | ||
- Avoiding introducing bugs in the code base . | ||
- Ensuring all new code follow the same code style. | ||
- Measuring how much icclim code base is tested by automated unit tests. This is known as code coverage. | ||
- Making sure the documentation generation is functioning well. | ||
icclim continuous integration (CI) aims to assist development by: | ||
- Avoiding introducing bugs in the code base. | ||
- Ensuring all new code follow the same code style. | ||
- Measuring how much icclim code base is tested by automated unit tests. This is known as code coverage. | ||
- Making sure the documentation generation is functioning well. | ||
|
||
These goals are reached using multiple tools: | ||
- pre-commit CI enforce the code style (Black + flake8 + isort) is followed by | ||
committing changes directly on new pull request and blocking merge if necessary. | ||
The relevant file is `.pre-commit-config.yaml`. | ||
- readthedocs, which serve our documentation is also configured to run the documentation generation on | ||
each new pull request. | ||
- github actions are used to run unit tests and report the results in each pull request. | ||
- pre-commit CI enforce the code style (Black + flake8 + isort) is followed by | ||
committing changes directly on new pull request and blocking merge if necessary. | ||
The relevant file is `.pre-commit-config.yaml`. | ||
- readthedocs, which serve our documentation is also configured to run the documentation generation on each new pull request. | ||
- github actions are used to run unit tests and report the results in each pull request. |
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.