Conversation
LecrisUT
left a comment
There was a problem hiding this comment.
Awesome stuff. Could you fix the pre-commit issues?
|
The pre-commit messages refer to files I have not touched. Please advise what is wrong here. |
|
They have probably changed |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #569 +/- ##
===========================================
- Coverage 74.32% 74.09% -0.24%
===========================================
Files 25 25
Lines 8071 8049 -22
Branches 1693 1675 -18
===========================================
- Hits 5999 5964 -35
- Misses 1562 1577 +15
+ Partials 510 508 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could you add a line in the |
|
I have added an entry to the Changelog. The code coverage report is mysterious, and I think wrong. It reports that my new variant of c_to_f_string is not being executed but it absolutely must be to run the test suite. (I get 100% pass). I have a hypothesis that the function is now so compact that it is being inlined, and the character copy operations have been optimised away entirely. It's not clear how code coverage test would cope with that,. |
Yeah, you can ignore it, it is random fluctuation, didn't look into what setting needs to be added to avoid the error report, or disable it altogether. We mostly want an overview from it. |
|
What is the next step? Is there a further process to get this merged? |
43779d2 to
6287a16
Compare
No description provided.