Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 17, 2023
1 parent 974802e commit 92c4f08
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
working-directory: ${{github.workspace}}/build
run: make coverage

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
path-to-lcov: ${{github.workspace}}/build/coverage.info
- name: Post coverage
working-directory: ${{github.workspace}}/build
run: coveralls-lcov --repo-token=${{secrets.COVERALLS_TOKEN}} coverage.info

0 comments on commit 92c4f08

Please sign in to comment.