mirror of https://github.com/akheron/jansson
commit
1e57cadbd3
|
@ -64,17 +64,3 @@ jobs:
|
||||||
- run: cmake -DJANSSON_TEST_WITH_VALGRIND=ON .
|
- run: cmake -DJANSSON_TEST_WITH_VALGRIND=ON .
|
||||||
- run: cmake --build .
|
- run: cmake --build .
|
||||||
- run: ctest
|
- 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
|
|
||||||
|
|
Loading…
Reference in New Issue