Romain
Romain
I had the same issue. I ran `cargo install cargo-kcov` to update it from 0.5.1 to 0.5.2, `cargo clean` then `cargo kcov`. Maybe it will work for you too.
Same issue here, with Windows 7 64 bits
Without any feedback since more than 3 years, I think that this issue can be considered as closed.
Unfortunately, the maintainer of the package (@WoefulDerelict) seems to be inactive since a few years.
Possible duplicate of https://github.com/wxWidgets/Phoenix/issues/2455.
Yes. It also reproduced on Linux :penguin:.
It seems that it depends on the order of the assertions. ```c cr_expect(any(0, 0, 1), "This one passes"); cr_expect(any(0, 1, 0), "This one fails"); cr_expect(any(1, 0, 0), "This one fails");...
According to the documentation: > any() evaluates a sequence of criteria, and combines them into a single value with the logical or operator (||). Today, the result of `any(x, y,...
Here’s a minimum working example: ```ini align_var_struct_span = 1 align_var_struct_gap = 1 ``` ```c enum e { E }; struct s { enum e e; int i; /* misaligned */...
Broken since commit 230579c323b1f5d9c428ec8e452097025ffc9044