Skip to content

Commit

Permalink
No longer use jandelgado/gcov2lcov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Apr 2, 2024
1 parent 4be3feb commit bd91d57
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
-covermode=count
-coverprofile=coverage.out
working-directory: go/test
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.9
with:
working-directory: go/test
- name: Coveralls
- name: Upload coverage
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.github_token }}
file: go/test/coverage.lcov
file: go/test/coverage.out
format: golang

0 comments on commit bd91d57

Please sign in to comment.