Closed zsistla closed 2 months ago
Test Suite | Status | Result |
---|---|---|
Multiverse | :white_check_mark: | 7/7 passing |
SOAK | :x: | 54/56 passing |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.32%. Comparing base (
263681e
) to head (59e35ab
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
actions/upload-artifacts@v4.4.0
includes a breaking change of that causes hidden directories and files not being uploaded. Since code coverage artifacts are inagent/.libs
directory, this functionality needs to disabled. Setinclude-hidden-files
to true when uploading code coverage artifacts.