Skip to content

jacoco-badge-generator, v2.1.1

Choose a tag to compare

@cicirello cicirello released this 05 May 19:56
· 496 commits to main since this release
ecfc9b0

[2.1.1] - 2021-5-5

Fixed

  • Previously, if any jacoco.csv files passed to the action were missing
    for any reason (e.g., typo in path or file name in workflow, or otherwise
    not generated by previous step of workflow), the action would simply fail
    resulting the the workflow run failing. Although in many cases this may be the
    desirable behavior, the action now logs the names of any missing jacoco
    report files to enable debugging what went wrong in a failed workflow run,
    and there is now an input, on-missing-report, that allows for specifying
    the behavior of the action in this case (e.g., user of the action can
    decide whether the workflow run should fail in this case).