From 42ea12952c299d551605cc63bf5454a4b0617844 Mon Sep 17 00:00:00 2001 From: Burak Olgun Date: Sun, 19 Jul 2020 13:15:19 +0300 Subject: [PATCH 1/2] Update go.yml --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) 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 From 77e9636cd95b6f3adea0d24c5f0c53c610350ee8 Mon Sep 17 00:00:00 2001 From: Burak Olgun Date: Sun, 19 Jul 2020 15:34:36 +0300 Subject: [PATCH 2/2] Delete .travis.yml --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml 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