Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit d94efb5

Browse files
committed
Debugging missing file coverage
1 parent 76e9503 commit d94efb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/agent/coverage/tests/snapshot.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ fn windows_snapshot_tests() {
5858
coverage::source::binary_to_source_coverage(&recorded.coverage, &source_allowlist)
5959
.expect("binary_to_source_coverage");
6060

61+
println!("{:?}", source.files.keys());
62+
6163
// For Windows, the source coverage is tracked using case-insensitive paths.
6264
// The conversion from case-sensitive to insensitive is done when converting from binary to source coverage.
6365
// By naming our test file with a capital letter, we can ensure that the case-insensitive conversion is working.

0 commit comments

Comments
 (0)