aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2024-03-07 21:54:05 +0200
committerGitHub <noreply@github.com>2024-03-07 21:54:05 +0200
commit1e57cadbd354abbb52397cdaf6e23a077aaeb23f (patch)
treeb2738ef3c420d5ba9b8026329df9e73bea871720
parent60097f0096f337393b42d0ad13d403294ff4e782 (diff)
parent0db4db10489347235ae15623e9038f84a5cb3cab (diff)
downloadjansson-1e57cadbd354abbb52397cdaf6e23a077aaeb23f.zip
jansson-1e57cadbd354abbb52397cdaf6e23a077aaeb23f.tar.gz
jansson-1e57cadbd354abbb52397cdaf6e23a077aaeb23f.tar.bz2
Merge pull request #678 from akheron/ditch-coveralls
Ditch coveralls
-rw-r--r--.github/workflows/tests.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index b7ec74a..fcc4e1c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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