Skip to content

Commit

Permalink
Merge branch 'main' into development_dask_natesm
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbenke authored Dec 5, 2023
2 parents d59942d + 6e61590 commit b51ecf9
Show file tree
Hide file tree
Showing 229 changed files with 7,922 additions and 5,567 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
version: 2.1

orbs:
coverage-reporter: codacy/coverage-reporter@11.4.1
codecov: codecov/codecov@1.2.3
coverage-reporter: codacy/coverage-reporter@13.13.7
codecov: codecov/codecov@3.2.5

commands:
check_changes:
Expand Down Expand Up @@ -32,7 +32,7 @@ commands:
pytest -n 4 --junitxml=test-reports/report.xml
esmvaltool version
- store_test_results:
path: test-reports/
path: test-reports/report.xml
- store_artifacts:
path: /logs
- run:
Expand Down Expand Up @@ -124,6 +124,9 @@ jobs:
- /root/.cache/pip
- .mypy_cache
- .pytest_cache
- run:
name: Install gpg (required by codecov orb)
command: apt update && apt install -y gpg
- codecov/upload:
when: always
file: 'test-reports/coverage.xml'
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/run-tests-comment.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ build:
jobs:
pre_create_environment:
# update mamba just in case
- mamba update --yes --quiet --name=base mamba
- mamba update --yes --quiet --name=base mamba 'zstd=1.5.2'
- mamba --version
- mamba list --name=base
post_create_environment:
- conda run -n ${CONDA_DEFAULT_ENV} mamba list
# use conda run executable wrapper to have all env variables
- conda run -n ${CONDA_DEFAULT_ENV} mamba --version
- conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ authors:
given-names: Joerg

cff-version: 1.2.0
date-released: 2023-07-04
date-released: 2023-11-01
doi: "10.5281/zenodo.3387139"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
title: ESMValCore
version: "v2.9.0"
version: "v2.10.0rc1"
...
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
[![codecov](https://codecov.io/gh/ESMValGroup/ESMValCore/branch/main/graph/badge.svg?token=wQnDzguwq6)](https://codecov.io/gh/ESMValGroup/ESMValCore)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5d496dea9ef64ec68e448a6df5a65783)](https://www.codacy.com/gh/ESMValGroup/ESMValCore?utm_source=github.com&utm_medium=referral&utm_content=ESMValGroup/ESMValCore&utm_campaign=Badge_Grade)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/esmvalgroup/esmvalcore)](https://hub.docker.com/r/esmvalgroup/esmvalcore/)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/esmvalcore/badges/version.svg)](https://anaconda.org/conda-forge/esmvalcore)
[![Anaconda-Server Badge](https://img.shields.io/badge/Anaconda.org-2.9.0-blue.svg)](https://anaconda.org/conda-forge/esmvalcore)
[![Github Actions Test](https://github.com/ESMValGroup/ESMValCore/actions/workflows/run-tests.yml/badge.svg)](https://github.com/ESMValGroup/ESMValCore/actions/workflows/run-tests.yml)
[![Github Actions Dashboard](https://api.meercode.io/badge/ESMValGroup/ESMValCore?type=ci-success-rate&branch=main&lastDay=14)](https://meercode.io)

![esmvaltoollogo](https://raw.githubusercontent.com/ESMValGroup/ESMValCore/main/doc/figures/ESMValTool-logo-2.png)

Expand Down
Loading

0 comments on commit b51ecf9

Please sign in to comment.