Skip to content

Commit

Permalink
ci: upgrade / fix coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 20, 2023
1 parent 93a60f4 commit 9d0b6da
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
- name: Calc coverage
run: go run github.com/onsi/ginkgo/[email protected] -skip="GetQuotes Response" -cover -outputdir=./ -coverprofile=coverage.out ./...
- name: Convert coverage.out to coverage.lcov
uses: jandelgado/[email protected]
- name: Generate coverage
run: go run github.com/onsi/ginkgo/[email protected] -skip="GetQuotes Response" -cover -outputdir=./ -coverprofile=coverage.gcov ./...
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov
uses: coverallsapp/[email protected]

0 comments on commit 9d0b6da

Please sign in to comment.