diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d24133d..c83037f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,19 +59,6 @@ jobs: cd tests/build ctest --output-on-failure -j 4 - #- 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: 📎 Validate JSON Files run: | cd constants