mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-06-05 13:12:04 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b1526d4d8 | |||
| fd4f97fd41 | |||
| c91ff83bb5 |
@@ -83,7 +83,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
PYTEST_ADDOPTS: "--cov-report=xml"
|
||||
PYTEST_ADDOPTS: "--cov-report=lcov"
|
||||
run: |
|
||||
uv run test
|
||||
|
||||
@@ -91,4 +91,4 @@ jobs:
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path-to-lcov: coverage.xml
|
||||
path-to-lcov: coverage.lcov
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.12"
|
||||
__version__ = "2025.5.20.15"
|
||||
|
||||
Reference in New Issue
Block a user