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 4, 2021
1 parent 1f6d559 commit 70952cb
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/gcov2lcov-action@v1.0.0
with:
infile: coverage.out
outfile: coverage.lcov

- name: Report coverage
uses: vebr/jest-lcov-reporter@v0.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage.lcov
run: go test -v ./...

0 comments on commit 70952cb

Please sign in to comment.