mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
Added automatic coveralls coverage reporting
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -82,5 +82,13 @@ jobs:
|
|||||||
uv sync --group tests
|
uv sync --group tests
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
env:
|
||||||
|
PYTEST_ADDOPTS: "--cov-report=lcov"
|
||||||
run: |
|
run: |
|
||||||
uv run test
|
uv run test
|
||||||
|
|
||||||
|
- name: Upload coverage to Coveralls
|
||||||
|
uses: coverallsapp/github-action@master
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
path-to-lcov: coverage.lcov
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
"""Metadata for this python module."""
|
"""Metadata for this python module."""
|
||||||
|
|
||||||
__version__ = "2025.5.20.3"
|
__version__ = "2025.5.20.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user