Closed karatakis closed 5 days ago
Attention: Patch coverage is 84.82759%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 86.89%. Comparing base (
46d7756
) to head (9f4a9c5
). 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:
Branch | 3123/merge |
Testbed | benchmarking-runner |
⚠️ WARNING: No Threshold found!
Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
CLI flag.
Closing this PR because splitting blueprint wasn't the primary objective nor does it make our actual objective of splitting config easier.
Summary:
To give the option to read configuration options from a separate file, we need to separate the configuration options from the schema options. This PR removes all configuration-related options from the blueprint and puts them into
RuntimeConfiguration
Build & Testing:
cargo test
successfully../lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.Checklist:
<type>(<optional scope>): <title>