Skip to content

Commit

Permalink
Merge pull request #678 from akheron/ditch-coveralls
Browse files Browse the repository at this point in the history
Ditch coveralls
  • Loading branch information
akheron authored Mar 7, 2024
2 parents 60097f0 + 0db4db1 commit 1e57cad
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e57cad

Please sign in to comment.