[ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Description
A build failure does not lead to the tarpaulin step being flagged as failed.
Workflow code
Paste that part of your workflow yaml file that causes the bug in here.
Alternatively you can remove that code block and insert direct link to your workflow file.
Ensure that link points to the specific commit, and not just to the master branch.
Do the checklist before filing an issue:
actions-rs
Actions?Description
A build failure does not lead to the tarpaulin step being flagged as failed.
Workflow code
Action output
https://github.com/adobe/xmp-toolkit-rs/pull/1/checks?check_run_id=1058204332
Despite the "warning," the cargo-tarpaulin step succeeded and the overall check passed.
https://github.com/adobe/xmp-toolkit-rs/pull/1/checks?check_run_id=1058204332
Expected behavior
If the build fails, the
cargo-tarpaulin
action should also fail.This feels like a silent failure.