mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-27 06:31:56 +00:00
Compare commits
8 Commits
2025.5.20.
...
2025.5.20.
| Author | SHA1 | Date | |
|---|---|---|---|
| 4155fb875a | |||
| 51dac9f287 | |||
| de36035b59 | |||
| f0643b3488 | |||
| 9b5e74ae67 | |||
| 1a91b1c33c | |||
| f4d6435146 | |||
| 2297d2f3dd |
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -74,13 +74,19 @@ jobs:
|
||||
run: |
|
||||
uv --version
|
||||
uv run python --version
|
||||
docker --version
|
||||
docker ps
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
|
||||
10
README.rst
10
README.rst
@@ -15,20 +15,20 @@
|
||||
.. 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
|
||||
.. image:: https://coveralls.io/repos/github/Cian-H/invenio-theme-iform/badge.svg?branch=master
|
||||
:target: https://coveralls.io/github/Cian-H/invenio-theme-iform?branch=master
|
||||
|
||||
.. image:: https://img.shields.io/badge/code%20style-Ruff-D7FF64.svg
|
||||
:target: https://github.com/astral-sh/ruff
|
||||
:target: https://github.com/astral-sh/ruff
|
||||
|
||||
I-Form standard theme.
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
-e .[docs,tests]
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.3"
|
||||
__version__ = "2025.5.20.7"
|
||||
|
||||
Reference in New Issue
Block a user