diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5c9117a..0ed962c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -44,6 +44,5 @@ jobs: with: file: ./coverage.txt flags: unittests - env_vars: GOLANG name: codecov-umbrella fail_ci_if_error: true diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 39f6773..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: go - -go: - - master - -install: - - go mod download - -notifications: - email: true - -os: osx - -script: - - go test -race -coverprofile=../coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file