mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-01-01 08:41:57 +00:00
Compare commits
3 Commits
2025.5.20.
...
2025.5.20.
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a91b1c33c | |||
| f4d6435146 | |||
| 2297d2f3dd |
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
@@ -15,17 +15,17 @@
|
||||
.. image:: https://img.shields.io/pypi/dm/invenio-theme-iform.svg
|
||||
:target: https://pypi.python.org/pypi/invenio-theme-iform
|
||||
|
||||
.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-theme-iform.svg
|
||||
.. image:: https://img.shields.io/github/tag/Cian-H/invenio-theme-iform.svg
|
||||
:target: https://github.com/Cian-H/invenio-theme-iform/releases
|
||||
|
||||
.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-theme-iform.svg
|
||||
.. image:: https://img.shields.io/github/license/Cian-H/invenio-theme-iform.svg
|
||||
:target: https://github.com/Cian-H/invenio-theme-iform/blob/master/LICENSE
|
||||
|
||||
.. image:: https://readthedocs.org/projects/invenio-theme-iform/badge/?version=latest
|
||||
:target: https://invenio-theme-iform.readthedocs.io/en/latest/?badge=latest
|
||||
|
||||
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-theme-iform.svg
|
||||
:target: https://coveralls.io/r/mb-wali/invenio-theme-iform
|
||||
:target: https://coveralls.io/r/Cian-H/invenio-theme-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.3"
|
||||
__version__ = "2025.5.20.4"
|
||||
|
||||
Reference in New Issue
Block a user