mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
add xvfb run codecov test
This commit is contained in:
parent
2e6aa4b0bd
commit
fe67159aac
@ -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: xvfb-run go test -v -covermode=count -coverprofile=coverage.out
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user