Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
==========================================
+ Coverage 46.17% 46.21% +0.03%
==========================================
Files 17 17
Lines 2551 2588 +37
==========================================
+ Hits 1178 1196 +18
- Misses 1373 1392 +19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Please don't merge this PR until I have had a chance to review it. |
|
I really don't like the Runic formatter in general and some of the formatting specifically, such as removing spaces before equal signs which are meant to align a series of variable definition statements to make it easier to read. I find that code, particularly, a set of constants are easier to read when they are aligned in a tabular format. Runic.jl apparently feels otherwise. It prefers expansive code except when it doesn't. As far as I can tell this formatter has no consistent vision of how code should be formatted. I now understand why it is a formatter that no one likes. I am therefore not going to merge this PR. |
No description provided.