Closed mfulb closed 4 months ago
Test Suite | Status | Result |
---|---|---|
Multiverse | :white_check_mark: | 9/9 passing |
SOAK | :white_check_mark: | 56/56 passing |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.56%. Comparing base (
9f27ce9
) to head (1da59db
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The logic for handling "FILE" was reversed and this PR fixes it. The idea is that the actual JSON harvest will have the file name replaced with "FILE" and so the expected string should contain "FILE" and not have the actual file name inserted as the old code did.