Merge pull request #678 from akheron/ditch-coveralls

Ditch coveralls
This commit is contained in:
Petri Lehtinen 2024-03-07 21:54:05 +02:00 committed by GitHub
commit 1e57cadbd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,17 +64,3 @@ jobs:
- run: cmake -DJANSSON_TEST_WITH_VALGRIND=ON .
- run: cmake --build .
- run: ctest
coveralls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install curl lcov
- run: cmake -DJANSSON_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug .
- run: cmake --build .
- run: cmake --build . --target coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.info