Kaynağa Gözat

Add count number to covtest

tags/v2.2.0^2^2
9seconds 1 ay önce
ebeveyn
işleme
d4822989ec
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml Dosyayı Görüntüle

37
 
37
 
38
 [tasks.covtest]
38
 [tasks.covtest]
39
 description = "Run tests with code coverage"
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
 [tasks.test-all]
42
 [tasks.test-all]
43
 description = "Run all tests"
43
 description = "Run all tests"

Loading…
İptal
Kaydet