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

update numeric value justification, fix last updated sort order #92

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

boldandbrad
Copy link
Owner

@boldandbrad boldandbrad commented Oct 27, 2023

Closes #83

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #92 (9469094) into main (8e10bbd) will increase coverage by 0.51%.
The diff coverage is 69.76%.

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   48.14%   48.65%   +0.51%     
==========================================
  Files          39       39              
  Lines        1269     1268       -1     
==========================================
+ Hits          611      617       +6     
+ Misses        658      651       -7     
Files Coverage Δ
src/meeple/__init__.py 100.00% <100.00%> (ø)
src/meeple/command/hot.py 42.85% <ø> (-0.90%) ⬇️
src/meeple/command/search.py 45.00% <100.00%> (+2.14%) ⬆️
src/meeple/util/fmt_util.py 98.21% <ø> (+14.39%) ⬆️
src/meeple/command/collections.py 33.33% <50.00%> (+0.90%) ⬆️
src/meeple/command/find.py 27.53% <0.00%> (+0.39%) ⬆️
src/meeple/command/list_.py 32.60% <0.00%> (+0.69%) ⬆️
src/meeple/command/stats.py 22.22% <50.00%> (ø)
src/meeple/util/sort_util.py 97.50% <87.50%> (-2.50%) ⬇️
src/meeple/type/collection_data.py 80.95% <40.00%> (-12.80%) ⬇️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@boldandbrad boldandbrad marked this pull request as ready for review October 27, 2023 17:46
@boldandbrad boldandbrad merged commit 25b6e63 into main Oct 27, 2023
8 checks passed
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.

Right align all numeric table cell values
1 participant