Conversation
Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #444 +/- ##
==========================================
- Coverage 79.35% 79.30% -0.05%
==========================================
Files 255 256 +1
Lines 13464 13483 +19
==========================================
+ Hits 10684 10693 +9
- Misses 2780 2790 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Im looking into the disk space issue. |
|
Our build is using more than 14gb. Do you think we can remove some dependencies? Or maybe we can not build the dependencies for the benchmarks? We are not running them anyway in CI and cargo check still checks them (I think). |
I actually started looking through our dependencies with tools, in order to remove them. The tricky part is that our inkwell dependency prohibits us from using any of the normal tooling, as it cannot resolve its version naming. |
No description provided.