Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abbreviate big numbers (2100 -> 2.1K) #52

Merged
merged 2 commits into from Mar 26, 2024
Merged

Abbreviate big numbers (2100 -> 2.1K) #52

merged 2 commits into from Mar 26, 2024

Conversation

benvinegar
Copy link
Owner

Fixes #51

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 73.88%. Comparing base (b1ed6ae) to head (3cdfd6e).

Files Patch % Lines
app/components/TableCard.tsx 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   73.76%   73.88%   +0.12%     
==========================================
  Files          18       18              
  Lines        2142     2152      +10     
  Branches      141      141              
==========================================
+ Hits         1580     1590      +10     
  Misses        556      556              
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@benvinegar benvinegar merged commit 8707798 into main Mar 26, 2024
3 checks passed
@benvinegar benvinegar deleted the number-formatter branch March 26, 2024 17:58
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.

Abbreviate large numbers (e.g. 1.3k instead of 1300)
1 participant