Skip to content

Commit

Permalink
[-] fix build and test GHA workflow, fixes #75 (#76)
Browse files Browse the repository at this point in the history
* [-] fix build and test GHA workflow, fixes #75
  • Loading branch information
pashagolub authored May 18, 2022
1 parent 2279b07 commit 147cfc2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ jobs:
- name: Test
run: go test -v -coverprofile=profile.cov

- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@master
with:
infile: profile.cov
outfile: coverage.lcov

- name: Coveralls
uses: coverallsapp/github-action@master
uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
path-to-profile: profile.cov

0 comments on commit 147cfc2

Please sign in to comment.