From 02e2aebc49d793fa2100a3504cf8b991d4e384ac Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 13 Jul 2021 08:34:56 +1000 Subject: Remove Github workflows --- .github/workflows/codecov.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/codecov.yml (limited to '.github/workflows/codecov.yml') diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml deleted file mode 100644 index 03f87ec..0000000 --- a/.github/workflows/codecov.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Coverage -on: - push: - branches: - - master - pull_request: -jobs: - test: - name: Test and Report - runs-on: ubuntu-latest - steps: - - name: Setup Go - uses: actions/setup-go@v1 - with: - go-version: 1.13.x - - name: Checkout - uses: actions/checkout@v1 - - name: Test - run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic -race . - - name: Report - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} -- cgit v1.2.3