File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
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'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ If you are a web developer or an industry professional looking for a web standar
1010
1111This 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments