Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Dec 22, 2024
1 parent 741aaa3 commit 2533372
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2533372

Please sign in to comment.