-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Code coverage misses .await lines #98712
Copy link
Copy link
Closed
Labels
A-code-coverageArea: Source-based code coverage (-Cinstrument-coverage)Area: Source-based code coverage (-Cinstrument-coverage)C-bugCategory: This is a bug.Category: This is a bug.
Metadata
Metadata
Assignees
Labels
A-code-coverageArea: Source-based code coverage (-Cinstrument-coverage)Area: Source-based code coverage (-Cinstrument-coverage)C-bugCategory: This is a bug.Category: This is a bug.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried running the LLVM code coverage report against this code using
cargo llvm-cov:I expected this to result in 100% code coverage.
Instead, the

.awaiton line 3 is considered not covered:Meta