We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage for the line with the function declaration is not included while the body is:
Function is an implementation from a Trait:
impl<N: NetworkEnv> TasynRepository<N> for TrelloRepository {
This is only happening on one function. All others show full coverage as expected.
uname -a
Linux dagon 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-2 (2023-07-27) x86_64 GNU/Linux
rustc --version
rustc 1.73.0 (cc66ad468 2023-10-03)
cargo tarpaulin --tests --line --workspace --engine LLvm --out HTML \ --output-dir ./target/coverage --skip-clean --fail-under 89
Expected behavior
I would expect the line with the function name, parameters and return type to be recorded as covered where the function body is covered.
The text was updated successfully, but these errors were encountered:
possible duplicate of #1192?
Sorry, something went wrong.
xd009642
No branches or pull requests
Coverage for the line with the function declaration is not included while the body is:
Function is an implementation from a Trait:
This is only happening on one function. All others show full coverage as expected.
uname -a
:Linux dagon 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-2 (2023-07-27) x86_64 GNU/Linux
rustc --version
rustc 1.73.0 (cc66ad468 2023-10-03)
Expected behavior
I would expect the line with the function name, parameters and return type to be recorded as covered where the function body is covered.
The text was updated successfully, but these errors were encountered: