Procházet zdrojové kódy

Add count number to covtest

tags/v2.2.0^2^2
9seconds před 5 měsíci
rodič
revize
d4822989ec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml Zobrazit soubor

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"

Načítá se…
Zrušit
Uložit