fn publish_test_results(
builder: &Builder<'_>,
current_toolstate: &HashMap<Box<str>, ToolState>,
)
Expand description
Updates the “history” files with the latest results.
These results will later be promoted to latest.json
by the
publish_toolstate.py
script if the PR passes all tests and is merged to
master.