mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
Attempt to patch automatic coveralls reporting
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
PYTEST_ADDOPTS: "--cov-report=xml"
|
PYTEST_ADDOPTS: "--cov-report=lcov"
|
||||||
run: |
|
run: |
|
||||||
uv run test
|
uv run test
|
||||||
|
|
||||||
@@ -91,4 +91,4 @@ jobs:
|
|||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path-to-lcov: coverage.xml
|
file: coverage.lcov
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
"""Metadata for this python module."""
|
"""Metadata for this python module."""
|
||||||
|
|
||||||
__version__ = "2025.5.20.12"
|
__version__ = "2025.5.20.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user