mirror of https://github.com/cloudreve/Cloudreve
Feat: unit test coverage report
parent
6630451f8b
commit
71b8ced742
|
@ -6,4 +6,4 @@ git:
|
|||
script:
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in New Issue