From c088ee9ce2158d037ebb0d2dc25c705494a065fe Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Wed, 7 Jun 2023 11:03:42 +0200 Subject: [PATCH 1/2] Pin minimum version of cmake >=3.21 for generate_coverage --- .github/workflows/generate_coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_coverage.yaml b/.github/workflows/generate_coverage.yaml index fd38dde9a5d..bd3c8c366f0 100644 --- a/.github/workflows/generate_coverage.yaml +++ b/.github/workflows/generate_coverage.yaml @@ -41,7 +41,7 @@ jobs: sudo apt-get install lcov - name: Install dpnp dependencies run: | - conda install cython llvm cmake scikit-build ninja pytest pytest-cov coverage[toml] \ + conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \ dpctl dpcpp_linux-64 sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }} - name: Conda info run: | From bea6107e37460e96667eb07be451378466b859bc Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Wed, 7 Jun 2023 11:07:26 +0200 Subject: [PATCH 2/2] Set a new coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b10394c0eec..c042dd0f256 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Pre-commit](https://github.com/IntelPython/dpnp/actions/workflows/pre-commit.yml/badge.svg?branch=master&event=push)](https://github.com/IntelPython/dpnp/actions/workflows/pre-commit.yml) [![Conda package](https://github.com/IntelPython/dpnp/actions/workflows/conda-package.yml/badge.svg?branch=master&event=push)](https://github.com/IntelPython/dpnp/actions/workflows/conda-package.yml) -[![codecov](https://codecov.io/gh/IntelPython/dpnp/branch/master/graph/badge.svg)](https://codecov.io/gh/IntelPython/dpnp) +[![Coverage Status](https://coveralls.io/repos/github/IntelPython/dpnp/badge.svg?branch=master)](https://coveralls.io/github/IntelPython/dpnp?branch=master) [![Build Sphinx](https://github.com/IntelPython/dpnp/workflows/Build%20Sphinx/badge.svg)](https://intelpython.github.io/dpnp) # DPNP - Data Parallel Extension for NumPy*