Skip to content

Commit

Permalink
comment coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Mar 22, 2024
1 parent 2e7f935 commit 33f638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-self-hosted-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
make -j8
- name: Test
run: cd build && CTEST_OUTPUT_ON_FAILURE=TRUE make test && make coverage && curl -LO https://codecov.io/bash && /bin/bash ./bash && bash ../tools/.ci/check_coverage.sh
run: cd build && CTEST_OUTPUT_ON_FAILURE=TRUE make test #&& make coverage && curl -LO https://codecov.io/bash && /bin/bash ./bash && bash ../tools/.ci/check_coverage.sh
# - name: Add comment
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 33f638d

Please sign in to comment.