The GitHub Actions job "Required Checks" on 
texera.git/fix/urlfetcher-interp-6755 has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
855ddafb369bd1b4b09285c002256909d1911d1e / Yicong Huang 
<[email protected]>
refactor(URLFetcher): use getOrElse so the fallback line is fully branch-covered

JaCoCo marks the `case None` line of the Option match as partially
covered because the match carries an unreachable MatchError branch,
which makes Codecov count the patched line as uncovered (patch 0%).
getOrElse expresses the same fallback without a pattern match, so the
line is fully covered by the existing regression test.

Co-Authored-By: Claude Fable 5 <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/30126856497

With regards,
GitHub Actions via GitBox

Reply via email to