Skip to content

Commit

Permalink
(maint) Removing coverage reporting
Browse files Browse the repository at this point in the history
This wont work for PRs raised from a fork.
See for more details: actions/labeler#50
  • Loading branch information
da-ar committed Jun 9, 2021
1 parent 05093df commit efed05c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,4 @@ jobs:
run: go build -v

- name: Test
run: go test -v -covermode=count -coverprofile=coverage.out ./...

- name: Convert go coverage report to lcov format
uses: jandelgado/[email protected]
with:
infile: coverage.out
outfile: coverage.lcov

- name: Report coverage
uses: vebr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage.lcov
run: go test -v ./...

0 comments on commit efed05c

Please sign in to comment.