Add coverage file to tracked files

This commit is contained in:
Kelvin Mwinuka
2024-03-23 20:58:35 +08:00
parent 78225cd74a
commit 2a7d47271b
3 changed files with 2804 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
bin
volumes
/config/
/coverage/
dist/
src/modules/*/aof

View File

@@ -8,4 +8,4 @@ run:
make build && docker-compose up --build
test:
go clean -testcache && go test ./src/... -coverprofile coverage/cover.out
go clean -testcache && go test ./src/... -coverprofile coverage/coverage.out

2803
coverage/coverage.out Normal file

File diff suppressed because it is too large Load Diff