aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2024-03-07 21:47:18 +0200
committerPetri Lehtinen <petri@digip.org>2024-03-07 21:47:18 +0200
commit0db4db10489347235ae15623e9038f84a5cb3cab (patch)
tree7cadd32f934c4abe3f0c890f923c6e3dc2003140
parent7e0453091632fbd9c537d4fc993456683c88df9c (diff)
downloadjansson-0db4db10489347235ae15623e9038f84a5cb3cab.zip
jansson-0db4db10489347235ae15623e9038f84a5cb3cab.tar.gz
jansson-0db4db10489347235ae15623e9038f84a5cb3cab.tar.bz2
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