bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

README: Add links to badges #675

Closed hugovk closed 2 weeks ago

hugovk commented 2 weeks ago

Describe your changes

Right now, clicking the badges takes you to the badge image.

Instead, link to a relevant webpage (like pytest-memray does).

Testing performed

Went to https://github.com/hugovk/memray/tree/readme-badge-links?tab=readme-ov-file and clicked 'em all.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.92%. Comparing base (5d9e04d) to head (8c3c6d8). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #675 +/- ## ========================================== - Coverage 93.03% 92.92% -0.12% ========================================== Files 94 94 Lines 11445 11445 Branches 2114 2114 ========================================== - Hits 10648 10635 -13 - Misses 797 810 +13 ``` | [Flag](https://app.codecov.io/gh/bloomberg/memray/pull/675/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/bloomberg/memray/pull/675/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | `92.92% <ø> (-0.12%)` | :arrow_down: | | [python_and_cython](https://app.codecov.io/gh/bloomberg/memray/pull/675/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | `92.92% <ø> (-0.12%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pablogsal commented 2 weeks ago

Thanks a lot @hugovk ❤️