Skip to content

Conversation

@misrasaurabh1
Copy link
Contributor

@misrasaurabh1 misrasaurabh1 commented Aug 17, 2025

User description

fix downloads counter


PR Type

Documentation


Description

  • Replace PyPI downloads badge source

  • Use static.pepy.tech badge URL

  • Consolidate badge markup into one link


File Walkthrough

Relevant files
Documentation
README.md
Update PyPI downloads badge                                                           

README.md

  • Removed shields.io PyPI downloads badge
  • Added static.pepy.tech badge URL
  • Merged badge into single hyperlink
+1/-3     

fix downloads counter
@github-actions
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Badge consistency

The alt text for the PyPI version badge still reads "PyPI Downloads", which may confuse users. Update the alt text to reflect "PyPI Version". Also verify that the static.pepy.tech badge URL is correct and displays the intended download metrics.

<a href="https://pypi.org/project/codeflash/"><img src="https://static.pepy.tech/badge/codeflash" alt="PyPI Downloads"></a>
<a href="https://pypi.org/project/codeflash/">
  <img src="https://img.shields.io/pypi/v/codeflash?label=PyPI%20version" alt="PyPI Downloads">
</a>

@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@misrasaurabh1 misrasaurabh1 merged commit 9bc32ea into main Aug 18, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants