Skip to content

Commit 4f24e2d

Browse files
authored
update codecov link (#98)
* update codecov link * attempt fixing the path * remove one subfolder * remove the leading cap * add subfolder but without leading cap * try to assign a working directory instead * add a checkout action - really stupid * bring back all tests
1 parent 7ca5074 commit 4f24e2d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/test-dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
# Define specific Python versions for each OS
1817
- os: windows-latest
1918
python-version: 3.11
2019
- os: windows-latest
@@ -97,6 +96,9 @@ jobs:
9796
runs-on: ubuntu-latest
9897
if: ${{ always() }}
9998
steps:
99+
- name: Checkout code
100+
uses: actions/checkout@v4
101+
100102
- name: Download Ubuntu 3.13 coverage artifact
101103
id: dl
102104
uses: actions/download-artifact@v4
@@ -114,6 +116,7 @@ jobs:
114116
token: ${{ secrets.CODECOV_TOKEN }}
115117
files: coverage.xml
116118
fail_ci_if_error: true
119+
slug: hololinked-dev/hololinked
117120

118121
- name: Skip note (no Ubuntu 3.13 artifact found)
119122
if: steps.dl.outcome != 'success'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are a web developer or an industry professional looking for a web standar
1010

1111
This implementation is based on RPC.
1212

13-
[![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:[email protected])
13+
[![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:[email protected])
1414

1515
## To Install
1616

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ coverage:
33
patch:
44
default:
55
enabled: false
6+
7+
fixes:
8+
- "/home/runner/work/hololinked/hololinked/::"
9+
# sufficient for linux as only one test generates the report

0 commit comments

Comments
 (0)