mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-05-29 18:12:03 +01:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7ffce1f43 | |||
| 3b1526d4d8 | |||
| fd4f97fd41 | |||
| c91ff83bb5 | |||
| c22f4f4d02 | |||
| 919cd3e4bd |
@@ -82,5 +82,13 @@ jobs:
|
||||
uv sync --group tests
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
PYTEST_ADDOPTS: "--cov-report=lcov"
|
||||
run: |
|
||||
uv run test
|
||||
|
||||
- name: Upload coverage to Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path-to-lcov: coverage.lcov
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
:target: https://invenio-config-iform.readthedocs.io/en/latest/?badge=latest
|
||||
|
||||
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-iform.svg
|
||||
:target: https://coveralls.io/r/mb-wali/invenio-config-iform
|
||||
:target: https://coveralls.io/r/Cian-H/invenio-config-iform
|
||||
|
||||
.. image:: https://img.shields.io/badge/code%20style-Ruff-D7FF64.svg
|
||||
:target: https://github.com/astral-sh/ruff
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
-e .[docs,tests]
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.11"
|
||||
__version__ = "2025.5.20.16"
|
||||
|
||||
Reference in New Issue
Block a user