From 1506804597b6c9d6f5ebce31653f45746d0a281c Mon Sep 17 00:00:00 2001 From: LIU ZHE YOU Date: Wed, 7 Jan 2026 20:57:54 +0800 Subject: [PATCH 1/2] Add op in coverage --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index deb7a5b..568d935 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -58,7 +58,7 @@ jobs: # Create unique coverage file name export COVERAGE_FILE=".coverage.py${{ matrix.python-version }}.${{ matrix.driver }}" - uv run pytest tests --driver=${{ matrix.driver }} --db-name=${DB_NAME} --cov=pgmq_sqlalchemy.queue --cov-report=xml:coverage-py${{ matrix.python-version }}-${{ matrix.driver }}.xml + uv run pytest tests --driver=${{ matrix.driver }} --db-name=${DB_NAME} --cov=pgmq_sqlalchemy.queue --cov=pgmq_sqlalchemy.operation --cov-report=xml:coverage-py${{ matrix.python-version }}-${{ matrix.driver }}.xml - name: Upload coverage artifact if: always() uses: actions/upload-artifact@v4 From d2e0a2abe7a1652b6b45f38fff3042f0201878a0 Mon Sep 17 00:00:00 2001 From: LIU ZHE YOU Date: Wed, 7 Jan 2026 21:00:41 +0800 Subject: [PATCH 2/2] Add link for pypi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c20d7c4..9800ed5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) -![PyPI - Version](https://img.shields.io/pypi/v/pgmq-sqlalchemy) +[![PyPI - Version](https://img.shields.io/pypi/v/pgmq-sqlalchemy.svg)](https://pypi.org/project/pgmq-sqlalchemy/) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/pgmq-sqlalchemy.svg)](https://pypi.org/project/pgmq-sqlalchemy/) [![PyPI - License](https://img.shields.io/pypi/l/pgmq-sqlalchemy.svg)](https://github.com/jason810496/pgmq-sqlalchemy/blob/main/LICENSE) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pgmq-sqlalchemy.svg)](https://pypi.python.org/pypi/pgmq-sqlalchemy) [![codecov](https://codecov.io/gh/jason810496/pgmq-sqlalchemy/graph/badge.svg?token=C5ZVZCW7TE)](https://codecov.io/gh/jason810496/pgmq-sqlalchemy)