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

Change exp_val and ndigits to use literal "auto" instead of AutoExpVal and AutoDigits #179

Merged
merged 18 commits into from
Jul 29, 2024

Conversation

jagerber48
Copy link
Owner

Resolves #178

Copy link

codecov bot commented Jul 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (859e521) to head (5e3d921).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #179   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           44        44           
  Lines         2135      2152   +17     
=========================================
+ Hits          2135      2152   +17     
Flag Coverage Δ
3.10 100.00% <100.00%> (ø)
3.11 100.00% <100.00%> (ø)
3.12 100.00% <100.00%> (ø)
3.8 100.00% <100.00%> (ø)
3.9 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jagerber48 jagerber48 merged commit 22cff0a into main Jul 29, 2024
7 checks passed
@jagerber48 jagerber48 deleted the 178-exp_val_and_ndigits_api_literal branch July 29, 2024 04:34
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.

Remove AutoExpVal and AutoDigits from the API. Replace with exp_val="auto" and ndigits="auto".
1 participant