Skip to content

Commit

Permalink
ci/cd: remove coverage report for integrations test (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Mar 12, 2023
1 parent 95e8e66 commit fbd845d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
run: |
cd tests/
go test -v -count=1 -cover -covermode=count -coverprofile=coverage.out ./...
- name: Convert coverage to lcov
uses: jandelgado/[email protected]
- name: Report coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
doc:
name: Refresh documentation
Expand Down

0 comments on commit fbd845d

Please sign in to comment.