mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
add xvfb run codecov test
This commit is contained in:
parent
2e6aa4b0bd
commit
fe67159aac
1 changed files with 1 additions and 1 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: xvfb-run go test -v -covermode=count -coverprofile=coverage.out
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue