Skip to content

Commit 8c5cff0

Browse files
budak7273Vilsol
authored andcommitted
chore: remove mise task todo notes
1 parent fb965a8 commit 8c5cff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ description = "Run all tests (without the verbose flag, so it's easier to parse
3131
run = "go test -parallel 1 -timeout 1h ./..."
3232

3333
[tasks.coverage]
34-
description = "TODO @Vilsol description? Run all tests and output coverage details"
34+
description = "Run all tests and output coverage details"
3535
run = "go test -v -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... -p 1 -timeout 1h ./..."
3636

3737
[tasks.test_coverage_junit]
38-
description = "TODO @Vilsol description? Run all tests and produce a JUnit coverage report in an XML"
38+
description = "Run all tests and produce a JUnit coverage report in an XML"
3939
run = "go test -v -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... -p 1 -timeout 1h ./... 2>&1 | go-junit-report -iocopy -set-exit-code -out junit.xml"
4040

4141
[tasks.migrate_hash]

0 commit comments

Comments
 (0)