ソースを参照

Add count number to covtest

tags/v2.2.0^2^2
9seconds 1ヶ月前
コミット
d4822989ec
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml ファイルの表示

@@ -37,7 +37,7 @@ run = "go test -v ./..."
37 37
 
38 38
 [tasks.covtest]
39 39
 description = "Run tests with code coverage"
40
-run = "go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./..."
40
+run = "go test -coverprofile=coverage.txt -covermode=atomic -count=2 -race -v ./..."
41 41
 
42 42
 [tasks.test-all]
43 43
 description = "Run all tests"

読み込み中…
キャンセル
保存