Closed danieleades closed 2 years ago
this is probably a tarpaulin issue, rather than an issue with the action
Have you tried adding --docs to the command?
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: '--docs'
@intrepion, yes thankyou. the issue was resolved in the linked tarpaulin
issue
Description
Tarpaulin action is failing to run the doc tests in the project
you can see this in the pull request here - https://github.com/danieleades/rtps/pull/1
Workflow code
Action output
Expected behavior
this project has doc tests which should contribute to the coverage. These tests are run by the
cargo test
workflow