Skip to content

Commit

Permalink
ci(github-actions): remove the coverage section until have a stable t…
Browse files Browse the repository at this point in the history
…est suite
  • Loading branch information
danvergara committed Apr 11, 2021
1 parent 0dcabf4 commit c8356d6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,6 @@ jobs:
- name: Test
run: go test -v -short ./...

coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
# Installs go.
# Using a sigle version.
- name: Install Go
if: success()
uses: actions/setup-go@v2
with:
go-version: 1.16.x
# Checks out our code locally so we can work with the files.
- name: Checkout code
uses: actions/checkout@v2
## Runs the test coverage command.
- name: Calc coverage
run: |
go test -v -short -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c8356d6

Please sign in to comment.