Skip to content

Commit

Permalink
Remove linter and goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
KWojakiew committed Jun 18, 2024
1 parent 6d87e78 commit 785d991
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
name: Go
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.26
test:
name: test
runs-on: ubuntu-latest
Expand All @@ -37,9 +27,3 @@ jobs:
go mod download
- name: Test
run: go test -v -covermode atomic -coverprofile=profile.cov ./...
- name: Coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=off go get github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github

0 comments on commit 785d991

Please sign in to comment.