Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1336 +/- ##
=========================================
- Coverage 98.9% 98.5% -0.3%
=========================================
Files 283 282 -1
Lines 18327 22542 +4215
Branches 1939 1960 +21
=========================================
+ Hits 18109 22190 +4081
- Misses 218 352 +134
... and 240 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
I don't like the switch from |
I didn't realize that we were using |
That's fine too. Basically, we get about The disadvantage would be a slight retihinking in the project. We can take a look at |
|
OK I'll summarize here
I'm fine with either I guess from a hopefully neutral, non-subjective tooling point of view, This PR at this moment is built with Let me know what you think Matt. |
I'd like to see how GCOV/LCOV play out with optimization zero
-O0. It seems like we try and try for some cover lines that are elusive, even though other debug sessions show the lines clearly covered.The GCOV/LCOV run is not very long, so hopefully
-O0won't influence the runner job length all that much.Let's see if this is better, worse or the same.