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

Conditionally switch decimal separator based on locale #800

Merged
merged 2 commits into from
Nov 15, 2023

changeset

0f6e97c
Select commit
Loading
Failed to load commit list.
Merged

Conditionally switch decimal separator based on locale #800

changeset
0f6e97c
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 14, 2023 in 0s

61.93% (+1.26%) compared to 6078ac0

View this Pull Request on Codecov

61.93% (+1.26%) compared to 6078ac0

Details

Codecov Report

Merging #800 (0f6e97c) into main (6078ac0) will increase coverage by 1.26%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #800      +/-   ##
==========================================
+ Coverage   60.67%   61.93%   +1.26%     
==========================================
  Files         484      486       +2     
  Lines      105880   105903      +23     
  Branches     6224     8919    +2695     
==========================================
+ Hits        64243    65596    +1353     
+ Misses      41637    40307    -1330     

Impacted file tree graph

Files Coverage Δ
...nput/src/components/key-handlers/key-translator.ts 92.79% <100.00%> (-0.10%) ⬇️
...math-input/src/components/keypad/button-assets.tsx 62.18% <100.00%> (+0.48%) ⬆️
packages/math-input/src/data/key-configs.ts 100.00% <100.00%> (+0.75%) ⬆️
packages/math-input/src/enums.ts 100.00% <ø> (ø)
packages/math-input/src/utils.ts 94.11% <100.00%> (+1.26%) ⬆️

... and 31 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6078ac0...0f6e97c. Read the comment docs.