Closed MolotovCherry closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.24%. Comparing base (
92af798
) to head (a3c3caf
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
3 files ±0 19 suites ±0 3m 5s :stopwatch: -1s 161 tests ±0 161 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0 340 runs ±0 340 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit a3c3caf7. ± Comparison against base commit 92af7989.
Nice
Just a minor code change improvement to simplify one call. Replaced
OpenProcess
withGetCurrentProcess
since this is what we're doing anywaysChecklist
Please make sure the PR adheres to this project's standards:
CHANGELOG.md
. (n/a change it too small anyways)cargo clippy
andcargo fmt
. The CI will fail otherwise anyway.