We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58f9fd3 + 021f95d commit 273df35Copy full SHA for 273df35
src/com/goide/runconfig/testing/GoTestRunningState.java
@@ -118,7 +118,7 @@ protected GoExecutor patchExecutor(@NotNull GoExecutor executor) throws Executio
118
}
119
120
if (myCoverageFilePath != null) {
121
- executor.withParameters("-coverprofile=" + myCoverageFilePath, "-covermode=count");
+ executor.withParameters("-coverprofile=" + myCoverageFilePath, "-covermode=atomic");
122
123
124
return executor;
0 commit comments