feat(cicd):stop use travis

Change-Id: I8a979e4c63801c70ea0b520c864131901ab39506
Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
Ziming Zhang 2020-01-13 18:02:52 +08:00
parent 3b35392c1c
commit e4eec83e21
2 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,8 @@ jobs:
env
bash ./tests/showtime.sh ./tests/travis/ut_install.sh
- name: script
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo IP: $IP
bash ./tests/showtime.sh ./tests/travis/ut_run.sh $IP

View File

@ -17,4 +17,4 @@ docker ps
DIR="$(cd "$(dirname "$0")" && pwd)"
go test -race -i ./src/core ./src/jobservice
sudo -E env "PATH=$PATH" "POSTGRES_MIGRATION_SCRIPTS_PATH=$DIR/../../make/migrations/postgresql/" ./tests/coverage4gotest.sh
goveralls -coverprofile=profile.cov -service=travis-ci || true
goveralls -coverprofile=profile.cov -service=github || true