-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make Gremlins work on Windows #77
Conversation
Codecov Report
@@ Coverage Diff @@
## main #77 +/- ##
==========================================
+ Coverage 86.77% 87.54% +0.76%
==========================================
Files 11 11
Lines 590 602 +12
==========================================
+ Hits 512 527 +15
+ Misses 61 59 -2
+ Partials 17 16 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cmd/unleash.go
Outdated
@@ -45,6 +45,8 @@ func newUnleashCmd() *unleashCmd { | |||
Long: `Unleashes the gremlins and performs mutation testing on a Go module.`, | |||
RunE: func(cmd *cobra.Command, args []string) error { | |||
log.Infoln("Starting...") | |||
runDir, _ := os.Getwd() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct not to check the error here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hum...actually it would be better to check it, let me fix it :)
60dbcd0
to
d9ed8ca
Compare
d9ed8ca
to
8a1f240
Compare
Code Climate has analyzed commit 1c32f58 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 89.7% (0.2% change). View more on Code Climate. |
Proposed changes
These fixes make gremlins works on Windows.
Types of changes
Checklist