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).