Compare commits

..

1 Commits

Author SHA1 Message Date
Jake Jackson
6389316206 Change artifact name from coverage-report to coverage.xml
small change since the report is not being found. this is one of many small PRs to try and get this working.
2025-10-28 15:39:13 -04:00
2 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Download coverage report artifact - name: Download coverage report artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: coverage-report name: coverage.xml
path: reports/ path: reports/
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}

View File

@@ -16,7 +16,7 @@ charset-normalizer==3.4.0
# via requests # via requests
docutils==0.21.2 docutils==0.21.2
# via # via
# -r requirements.in # -r docs/docsite/requirements.in
# sphinx # sphinx
# sphinx-rtd-theme # sphinx-rtd-theme
idna==3.10 idna==3.10
@@ -25,7 +25,7 @@ imagesize==1.4.1
# via sphinx # via sphinx
jinja2==3.1.4 jinja2==3.1.4
# via # via
# -r requirements.in # -r docs/docsite/requirements.in
# sphinx # sphinx
markupsafe==3.0.2 markupsafe==3.0.2
# via jinja2 # via jinja2
@@ -35,23 +35,23 @@ pygments==2.18.0
# via # via
# ansible-pygments # ansible-pygments
# sphinx # sphinx
pyyaml==6.0.3 pyyaml==6.0.2
# via -r requirements.in # via -r docs/docsite/requirements.in
requests==2.32.3 requests==2.32.3
# via sphinx # via sphinx
snowballstemmer==2.2.0 snowballstemmer==2.2.0
# via sphinx # via sphinx
sphinx==8.1.3 sphinx==8.1.3
# via # via
# -r requirements.in # -r docs/docsite/requirements.in
# sphinx-ansible-theme # sphinx-ansible-theme
# sphinx-notfound-page # sphinx-notfound-page
# sphinx-rtd-theme # sphinx-rtd-theme
# sphinxcontrib-jquery # sphinxcontrib-jquery
sphinx-ansible-theme==0.10.3 sphinx-ansible-theme==0.10.3
# via -r requirements.in # via -r docs/docsite/requirements.in
sphinx-notfound-page==1.0.4 sphinx-notfound-page==1.0.4
# via -r requirements.in # via -r docs/docsite/requirements.in
sphinx-rtd-theme==3.0.2 sphinx-rtd-theme==3.0.2
# via sphinx-ansible-theme # via sphinx-ansible-theme
sphinxcontrib-applehelp==2.0.0 sphinxcontrib-applehelp==2.0.0