Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include doctests in test coverage calculations (#397)
* update tarpaulin used in CI to latest available version * fix: try including `--doc --examples` in tarpaulin arguments, to include coverage by doctests and code examples * revert back to 0.22.0 until tarpaulin action is fixed: actions-rs/tarpaulin#23 It seems like the download is broken in the `actions-rs/tarpaulin` GitHub Action for all tarpaulin versions above `0.22.0`. See this pending fix for details: actions-rs/tarpaulin#23 * try with the nightly toolchain for code coverage of doctests * document in-code the current problem with artefact download blocking tarpaulin update * try with `--run-types Tests,Doctests` for full coverage: xd009642/tarpaulin#538
- Loading branch information