mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
update test code and add codecov support
This commit is contained in:
parent
f05b2858f4
commit
2e6aa4b0bd
2 changed files with 3 additions and 3 deletions
|
|
@ -20,5 +20,5 @@ jobs:
|
|||
- run: go get -v -t -d ./...
|
||||
- run: xvfb-run go test -v ./...
|
||||
# codecov.io
|
||||
# - run: go test -v -covermode=count -coverprofile=coverage.out
|
||||
# - run: bash <(curl -s https://codecov.io/bash)
|
||||
- run: go test -v -covermode=count -coverprofile=coverage.out
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ func TestSize(t *testing.T) {
|
|||
|
||||
x, y = GetScaleSize()
|
||||
tt.NotZero(t, x)
|
||||
tt.NotZero(t, x)
|
||||
tt.NotZero(t, y)
|
||||
}
|
||||
|
||||
func TestMoveMouse(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue