diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index 25b998c3..013a3546 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -14,7 +14,6 @@ jobs: strategy: matrix: include: - # Define specific Python versions for each OS - os: windows-latest python-version: 3.11 - os: windows-latest @@ -97,6 +96,9 @@ jobs: runs-on: ubuntu-latest if: ${{ always() }} steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Download Ubuntu 3.13 coverage artifact id: dl uses: actions/download-artifact@v4 @@ -114,6 +116,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml fail_ci_if_error: true + slug: hololinked-dev/hololinked - name: Skip note (no Ubuntu 3.13 artifact found) if: steps.dl.outcome != 'success' diff --git a/README.md b/README.md index 36aab4b2..2f38b59f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you are a web developer or an industry professional looking for a web standar This implementation is based on RPC. -[![Documentation Status](https://img.shields.io/github/actions/workflow/status/hololinked-dev/docs/ci.yaml?label=Build%20And%20Publish%20Docs)](https://github.com/hololinked-dev/docs) [![PyPI](https://img.shields.io/pypi/v/hololinked?label=pypi%20package)](https://pypi.org/project/hololinked/) [![Anaconda](https://anaconda.org/conda-forge/hololinked/badges/version.svg)](https://anaconda.org/conda-forge/hololinked) [![codecov](https://codecov.io/gh/VigneshVSV/hololinked/graph/badge.svg?token=JF1928KTFE)](https://codecov.io/gh/VigneshVSV/hololinked) [![Conda Downloads](https://img.shields.io/conda/d/conda-forge/hololinked)](https://anaconda.org/conda-forge/hololinked) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15155942.svg)](https://doi.org/10.5281/zenodo.12802841) [![Discord](https://img.shields.io/discord/1265289049783140464?label=Discord%20Members&logo=discord)](https://discord.com/invite/kEz87zqQXh) [![email](https://img.shields.io/badge/email-brown)](mailto:info@hololinked.dev) +[![Documentation Status](https://img.shields.io/github/actions/workflow/status/hololinked-dev/docs/ci.yaml?label=Build%20And%20Publish%20Docs)](https://github.com/hololinked-dev/docs) [![PyPI](https://img.shields.io/pypi/v/hololinked?label=pypi%20package)](https://pypi.org/project/hololinked/) [![Anaconda](https://anaconda.org/conda-forge/hololinked/badges/version.svg)](https://anaconda.org/conda-forge/hololinked) [![codecov](https://codecov.io/github/hololinked-dev/hololinked/graph/badge.svg?token=5DI4XJ2KX9)](https://codecov.io/github/hololinked-dev/hololinked) [![Conda Downloads](https://img.shields.io/conda/d/conda-forge/hololinked)](https://anaconda.org/conda-forge/hololinked) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15155942.svg)](https://doi.org/10.5281/zenodo.12802841) [![Discord](https://img.shields.io/discord/1265289049783140464?label=Discord%20Members&logo=discord)](https://discord.com/invite/kEz87zqQXh) [![email](https://img.shields.io/badge/email-brown)](mailto:info@hololinked.dev) ## To Install diff --git a/codecov.yml b/codecov.yml index bd646db7..c2c31d93 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,7 @@ coverage: patch: default: enabled: false + +fixes: + - "/home/runner/work/hololinked/hololinked/::" + # sufficient for linux as only one test generates the report