Closed Porges closed 1 year ago
Merging #3247 (65c405c) into main (042fc24) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #3247 +/- ##
=======================================
Coverage 29.65% 29.65%
=======================================
Files 332 332
Lines 39290 39290
=======================================
Hits 11651 11651
Misses 27639 27639
I noticed these were getting very big and impacting our CI time due to copying huge artifacts. Presumably this would be slowing down copying in the live environment as well.
Two changes have been made:
debug=1
instead ofdebug=true
(equivalent todebug=2
); this should be sufficient for our needsdebug=1
Overall the compressed
release-artifacts
reduced from 374 → 297 MB.Build speed improvements (latest build on
main
vs this PR):