JuliaPlots / UnicodePlots.jl

Unicode-based scientific plotting for working in the terminal
Other
1.42k stars 77 forks source link

Fix downloads count badge #379

Closed pricklypointer closed 4 months ago

pricklypointer commented 4 months ago

Fixed the download count badge using https://juliapkgstats.com/. The current badge is broken because the old API and PkgVisBoard is not maintained.

This PR:

Please review and provide any feedback. Thanks for considering this PR!

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 94.66%. Comparing base (ae99e73) to head (d177f31). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #379 +/- ## ========================================== - Coverage 99.75% 94.66% -5.10% ========================================== Files 36 36 Lines 2078 2060 -18 ========================================== - Hits 2073 1950 -123 - Misses 5 110 +105 ```

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

t-bltg commented 4 months ago

Awesome, thanks 😎.