Closed lavarou closed 1 month ago
Test Suite | Status | Result |
---|---|---|
Multiverse | :white_check_mark: | 7/7 passing |
SOAK | :white_check_mark: | 56/56 passing |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.54%. Comparing base (
aa15a2d
) to head (30fac1a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Speed up speed package detection by performing a suffix match on the 'magic' file pattern with case insensitive string comparison instead of a substring search within a lowercased filename. This is possible because all of the 'magic' file search patterns patterns are right anchored.
Fixup of e11b992c with changes from 24c1c656.