mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 07:56:52 +08:00
Add coverage file to tracked files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@
|
|||||||
bin
|
bin
|
||||||
volumes
|
volumes
|
||||||
/config/
|
/config/
|
||||||
/coverage/
|
|
||||||
|
|
||||||
dist/
|
dist/
|
||||||
src/modules/*/aof
|
src/modules/*/aof
|
||||||
|
2
Makefile
2
Makefile
@@ -8,4 +8,4 @@ run:
|
|||||||
make build && docker-compose up --build
|
make build && docker-compose up --build
|
||||||
|
|
||||||
test:
|
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