aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2024-03-07 22:08:46 +0200
committerGitHub <noreply@github.com>2024-03-07 22:08:46 +0200
commit2f1777ba8087e9a746f5769ca604405ed0ea9240 (patch)
treef9ba12a1bb96b5d0d061e4ea6e1f70de88a4d4b0
parent73d968feefe8b68dd8c83ae07f44630eb6ba88f2 (diff)
parent1e57cadbd354abbb52397cdaf6e23a077aaeb23f (diff)
downloadjansson-2f1777ba8087e9a746f5769ca604405ed0ea9240.zip
jansson-2f1777ba8087e9a746f5769ca604405ed0ea9240.tar.gz
jansson-2f1777ba8087e9a746f5769ca604405ed0ea9240.tar.bz2
Merge branch 'master' into add-dependabot
-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