mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 00:16:53 +08:00
Add coverage file to tracked files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@
|
||||
bin
|
||||
volumes
|
||||
/config/
|
||||
/coverage/
|
||||
|
||||
dist/
|
||||
src/modules/*/aof
|
||||
|
2
Makefile
2
Makefile
@@ -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
2803
coverage/coverage.out
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user