diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d1c3721961..f59a4e0c30 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/tests/travis/ut_run.sh b/tests/travis/ut_run.sh index da544021fe..21b68dd819 100755 --- a/tests/travis/ut_run.sh +++ b/tests/travis/ut_run.sh @@ -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 \ No newline at end of file +goveralls -coverprofile=profile.cov -service=github || true \ No newline at end of file