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