Skip to content

improve printing and bump to 1.1.1#7

Merged
AFeuerpfeil merged 2 commits intomainfrom
pr-improve-printing
Mar 7, 2026
Merged

improve printing and bump to 1.1.1#7
AFeuerpfeil merged 2 commits intomainfrom
pr-improve-printing

Conversation

@AFeuerpfeil
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 7, 2026

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/test_basics.jl b/test/test_basics.jl
index a8cd196..ac6a309 100644
--- a/test/test_basics.jl
+++ b/test/test_basics.jl
@@ -97,7 +97,7 @@ using Test
         # Test normal range numbers
         result = format_with_precision(1.5)
         @test !occursin("e", result) && !occursin("E", result)
-        
+
         # Test negative numbers
         result_neg = format_with_precision(-1.5)
         @test startswith(result_neg, "-")

@AFeuerpfeil AFeuerpfeil merged commit 50e8587 into main Mar 7, 2026
38 of 39 checks passed
@codecov
Copy link

codecov bot commented Mar 7, 2026

Codecov Report

❌ Patch coverage is 61.11111% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/utility/numbers.jl 61.11% 7 Missing ⚠️

📢 Thoughts on this report? Let us know!

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.

1 participant