Skip to content

Commit

Permalink
Merge branch 'master' into avilevy-fix-restart-diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
avilevy18 authored Nov 3, 2023
2 parents 36f2af2 + 1e4db37 commit b120d12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,9 @@ jobs:
cache: true
- run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/mattn/goveralls@latest
- if: ${{ runner.os == 'Linux' }}
run: if [ $(goimports -l .) ]; then goimports -d .; echo 'Failed the goimports format check. Please format the code using "goimports -w ."'; exit 1; fi
- run: go test -mod=mod -coverpkg="./..." -coverprofile=covprofile ./...
- env:
COVERALLS_TOKEN: ${{ secrets.github_token }}
run: goveralls -coverprofile=covprofile -service=github -ignore="confgenerator/filter/internal/generated/*/*"
- id: 'set-coverage-vars'
if: ${{ runner.os == 'Linux' && github.event_name == 'push' && github.repository == 'GoogleCloudPlatform/ops-agent' && github.ref == 'refs/heads/master' }}
name: 'Set Coverage Env Vars'
Expand Down

0 comments on commit b120d12

Please sign in to comment.