Skip to content

Commit

Permalink
chore: repo maintenance (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr authored Jan 15, 2025
1 parent 7af33de commit 92f8e6d
Show file tree
Hide file tree
Showing 5 changed files with 359 additions and 321 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test ./...
- name: Test coverage
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
run: go test -v ./...

golangci:
name: lint
Expand All @@ -31,4 +27,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
version: v1.63.4
Loading

0 comments on commit 92f8e6d

Please sign in to comment.