chore: remove old coverage code

This commit is contained in:
iTrooz
2024-05-20 00:01:36 +02:00
parent a68ecb8888
commit ed42452fc1

View File

@@ -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