From ea225edf12927c0dd7f2c3d5bcc2323ffba82caa Mon Sep 17 00:00:00 2001 From: Nik Date: Sat, 17 Jun 2023 15:20:01 +0200 Subject: [PATCH] git: Disable coverage information for now --- .github/workflows/tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dfcaad9..895e4a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,18 +59,18 @@ jobs: cd tests/build ctest --output-on-failure - - name: ⚗️ Generate Coverage Report - run: | - cd tests/build - lcov -d ./_deps/pattern_language-build/lib --gcov-tool /usr/bin/gcov-12 -c -o coverage.info + #- name: ⚗️ Generate Coverage Report + # run: | + # cd tests/build + # lcov -d ./_deps/pattern_language-build/lib --gcov-tool /usr/bin/gcov-12 -c -o coverage.info - - name: ⬆️ Upload Coverage Report - uses: coverallsapp/github-action@master - env: - NODE_OPTIONS: --max-old-space-size=8000 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: tests/build/coverage.info + #- name: ⬆️ Upload Coverage Report + # uses: coverallsapp/github-action@master + # env: + # NODE_OPTIONS: --max-old-space-size=8000 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # path-to-lcov: tests/build/coverage.info - name: 📎 Validate JSON Files run: |