aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml16
1 files changed, 1 insertions, 15 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 05e9947..a0bc485 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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 \ No newline at end of file