Skip to content

Commit

Permalink
update action on push to main (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 authored Sep 7, 2023
1 parent bbfa154 commit 82980d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
TEST_ARGS: "-timeout 10m -race -coverprofile=./coverage.out -covermode=atomic -v"

- name: Filter out DONTCOVER
if: github.event_name == 'pull_request'
run: |
excludelist="$(find ./ -type f -name '*.go' | xargs grep -l 'DONTCOVER')"
excludelist+=" $(find ./ -type f -name '*.pb.go')"
Expand All @@ -57,7 +56,6 @@ jobs:
done
- name: Convert coverage to lcov
if: github.event_name == 'pull_request'
uses: jandelgado/gcov2lcov-action@v1

- name: LCOV Minimum test coverage checker
Expand All @@ -67,7 +65,6 @@ jobs:
minimum-coverage: 70

- name: Coveralls
if: github.event_name == 'pull_request'
uses: coverallsapp/github-action@v2.2.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 82980d5

Please sign in to comment.