From 4a1f3c767d0a9389d0bf8be0683fcbc42f84bcbd Mon Sep 17 00:00:00 2001 From: David Bold Date: Mon, 24 Jul 2023 16:00:01 +0200 Subject: [PATCH] Remove codecov --- .github/workflows/master.yml | 8 ++------ .github/workflows/pythonpackage.yml | 8 ++------ README.md | 3 ++- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e53792da..6f995f3b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,7 +22,7 @@ jobs: matrix: python-version: [3.8, 3.9, '3.10', 3.x] pip-packages: - - "setuptools pip pytest pytest-cov coverage codecov boutdata xarray numpy>=1.16.0" + - "setuptools pip pytest pytest-cov coverage boutdata xarray numpy>=1.16.0" fail-fast: false steps: @@ -41,8 +41,6 @@ jobs: run: | pip install pytest pytest -v --long --cov - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 pytest-min-versions: @@ -53,7 +51,7 @@ jobs: matrix: python-version: [3.8] pip-packages: - - "setuptools pip pytest pytest-cov coverage codecov boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==6.1.0" # test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0. + - "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==6.1.0" # test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0. fail-fast: false steps: @@ -72,8 +70,6 @@ jobs: run: | pip install pytest pytest -v --long --cov - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 # Need to tidy up the things that flake8 finds before we activate this diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 68ede8d9..63b72e5d 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -22,7 +22,7 @@ jobs: matrix: python-version: [3.8, 3.9, '3.10', 3.x] pip-packages: - - "setuptools pip pytest pytest-cov coverage codecov boutdata xarray numpy>=1.16.0" + - "setuptools pip pytest pytest-cov coverage boutdata xarray numpy>=1.16.0" fail-fast: false steps: @@ -41,8 +41,6 @@ jobs: run: | pip install pytest pytest -v --long --cov - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 pytest-min-versions: @@ -53,7 +51,7 @@ jobs: matrix: python-version: [3.8] pip-packages: - - "setuptools pip pytest pytest-cov coverage codecov boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==7.2.0" # test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0. + - "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==7.2.0" # test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0. fail-fast: false steps: @@ -72,8 +70,6 @@ jobs: run: | pip install pytest pytest -v --long --cov - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 # Need to tidy up the things that flake8 finds before we activate this diff --git a/README.md b/README.md index ec283403..a0ffa766 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # xBOUT [![Build Status](https://github.com/boutproject/xBOUT/workflows/master/badge.svg)](https://github.com/boutproject/xBOUT/actions) -[![codecov](https://codecov.io/gh/boutproject/xBOUT/branch/master/graph/badge.svg)](https://codecov.io/gh/boutproject/xBOUT) [![Documentation Status](https://readthedocs.org/projects/xbout/badge/?version=latest)](https://xbout.readthedocs.io/en/latest/?badge=latest) [![DOI](https://zenodo.org/badge/160846663.svg)](https://zenodo.org/badge/latestdoi/160846663) +[![Documentation Status](https://readthedocs.org/projects/xbout/badge/?version=latest)](https://xbout.readthedocs.io/en/latest/?badge=latest) +[![DOI](https://zenodo.org/badge/160846663.svg)](https://zenodo.org/badge/latestdoi/160846663) Documentation: https://xbout.readthedocs.io