From 2533372aa410e221ba921b10465339c24dc6b95b Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Mon, 23 Dec 2024 01:14:42 +0800 Subject: [PATCH] update --- .github/workflows/ccpp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 45288d6..dd74e00 100755 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - + - uses: actions/setup-python@v3 with: python-version: 3.8 @@ -123,10 +123,10 @@ jobs: - name: docs run: if [ $TRAVIS_OS_NAME == linux ]; then cd docs/doxygen; doxygen Doxyfile; fi - - name: run coverage - if: matrix.name == 'ubuntu-gcc-10' - run: | - tests/test-coverage-coverall.sh +# - name: run coverage +# if: matrix.name == 'ubuntu-gcc-10' +# run: | +# tests/test-coverage-coverall.sh # See: https://github.com/marketplace/actions/coveralls-github-action - name: Coveralls