Merge branch 'master' into add-dependabot

This commit is contained in:
Petri Lehtinen 2024-03-07 22:08:46 +02:00 committed by GitHub
commit 2f1777ba80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,18 +63,4 @@ jobs:
- run: sudo apt update && sudo apt install valgrind
- run: cmake -DJANSSON_TEST_WITH_VALGRIND=ON .
- run: cmake --build .
- run: ctest
coveralls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.info
- run: ctest