Skip to content

Conversation

@danfimov
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 14, 2025 16:41
@danfimov danfimov merged commit f4b3f42 into main Dec 14, 2025
4 checks passed
@danfimov danfimov deleted the add-tests-with-different-postgres-versions branch December 14, 2025 16:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub checks badge in the README to reflect a more comprehensive test status. The change modifies the badge's nameFilter parameter to include an additional test configuration.

Key Changes

  • Updates the GitHub checks badge filter from "Tests (3.12)" to "Tests (3.12, 18)" to track additional test runs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/taskiq-postgres?style=for-the-badge&logo=python)](https://pypi.org/project/taskiq-postgres/)
[![PyPI](https://img.shields.io/pypi/v/taskiq-postgres?style=for-the-badge&logo=pypi)](https://pypi.org/project/taskiq-postgres/)
[![Checks](https://img.shields.io/github/check-runs/danfimov/taskiq-postgres/main?nameFilter=Tests%20(3.12)&style=for-the-badge)](https://github.com/danfimov/taskiq-postgres)
[![Checks](https://img.shields.io/github/check-runs/danfimov/taskiq-postgres/main?nameFilter=Tests%20(3.12,%2018)&style=for-the-badge)](https://github.com/danfimov/taskiq-postgres)
Copy link

Copilot AI Dec 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comma in the nameFilter parameter should be URL-encoded as %2C. The current unencoded comma may cause parsing issues with the GitHub API or shields.io badge service. The parameter should be: nameFilter=Tests%20(3.12%2C%2018)

Suggested change
[![Checks](https://img.shields.io/github/check-runs/danfimov/taskiq-postgres/main?nameFilter=Tests%20(3.12,%2018)&style=for-the-badge)](https://github.com/danfimov/taskiq-postgres)
[![Checks](https://img.shields.io/github/check-runs/danfimov/taskiq-postgres/main?nameFilter=Tests%20(3.12%2C%2018)&style=for-the-badge)](https://github.com/danfimov/taskiq-postgres)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants