Closed twentylemon closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.53%. Comparing base (
b6e4d4c
) to head (14315d3
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Good catch. How did you do to discover this?
Water is usually the last recipe in the factory. Just noticed at some point that it didn't match the summary for aluminium.
Summary
Currently the factory output "double counts" raw resources when they are also produced by non-raw-resource-recipes, most notably water, but also with conversion recipes since they produce raw resources.
Tested with a factory producing 10 aluminium ingots using
All
recipe bank. Solution includes,old, note only 3 water is actually produced, and bauxite is created by combining copper+sam
new:
There's no tests for things in
pretty
, just manual testing.Checklist
format
in the repository rootpytest
in the repository root