mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2026-04-06 13:49:18 +00:00
ai testing
This commit is contained in:
13
mise.toml
Normal file
13
mise.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[tools]
|
||||
go = "latest"
|
||||
restic = "latest"
|
||||
|
||||
[tasks.test]
|
||||
run = "go test -v ./..."
|
||||
|
||||
[tasks.coverage]
|
||||
run = "go test -coverprofile=coverage.out ./... && go tool cover -func=coverage.out && go tool cover -html=coverage.out -o coverage.html"
|
||||
description = "Generate coverage report"
|
||||
|
||||
[tasks.clean]
|
||||
run = "rm -f coverage.out coverage.html"
|
||||
Reference in New Issue
Block a user