File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 # Create unique coverage file name
5959 export COVERAGE_FILE=".coverage.py${{ matrix.python-version }}.${{ matrix.driver }}"
6060
61- 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
61+ 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
6262 - name : Upload coverage artifact
6363 if : always()
6464 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 11[ ![ 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 )
22[ ![ 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 )
3- ![ PyPI - Version] ( https://img.shields.io/pypi/v/pgmq-sqlalchemy )
3+ [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/pgmq-sqlalchemy.svg )] ( https://pypi.org/project/pgmq-sqlalchemy/ )
4+ [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/pgmq-sqlalchemy.svg )] ( https://pypi.org/project/pgmq-sqlalchemy/ )
45[ ![ PyPI - License] ( https://img.shields.io/pypi/l/pgmq-sqlalchemy.svg )] ( https://github.com/jason810496/pgmq-sqlalchemy/blob/main/LICENSE )
56[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/pgmq-sqlalchemy.svg )] ( https://pypi.python.org/pypi/pgmq-sqlalchemy )
67[ ![ codecov] ( https://codecov.io/gh/jason810496/pgmq-sqlalchemy/graph/badge.svg?token=C5ZVZCW7TE )] ( https://codecov.io/gh/jason810496/pgmq-sqlalchemy )
You can’t perform that action at this time.
0 commit comments