Gremlins can't detect coverage #221
Replies: 3 comments 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi again, I checked out Gremlins at let it run on itself with
The first problem is on line 28 in profile.go:
Profile holds filenames with backslashes on Windows while pos.Filename comes in Linux style.
This change lets the first test "it recognizes CONDITIONAL_BOUNDARY with GTR" in engine_test.go fail for an unclear reason. The next problem is, that now the process runs into
Commenting out line 104 in coverage.go (you might consider to remove lines 103-105 completely) shows:
This one I don't understand yet. |
Beta Was this translation helpful? Give feedback.
-
Can anybody have a look at it please. I think I can make Gremlins ready for Windows, but I need your feedback. |
Beta Was this translation helpful? Give feedback.
-
Hi!
My project (on a Windows machine) has a pretty good test coverage, but gremlins can't detect any tests.
> go test ./...
runs all tests properly
> gremlins unleash
in the same directory runs for a while and comes back with:
The configuration is:
I checked Gremlins' source code but couldn't find any hint.
Cheers,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions