File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,15 +127,15 @@ jobs:
127127 run : docker exec slurmctld /bin/bash -c 'cd /home/docker/HTCondorClusterManager && tar -cf - src/*.cov' | tar -xvf -
128128 - run : find . -type f -name '*.cov'
129129 # - run: find . -type f -name '*.cov' -exec cat {} \;
130- - uses : julia-actions/julia-processcoverage@v1
131- - uses : codecov/codecov-action@v5
132- with :
133- files : lcov.info
134- token : ${{ secrets.CODECOV_TOKEN }}
135- # If this PR is from a fork, then do NOT fail CI if the Codecov upload errors.
136- # If this PR is NOT from a fork, then DO fail CI if the Codecov upload errors.
137- # If this is not a PR, then DO fail CI if the Codecov upload errors.
138- fail_ci_if_error : ${{ github.event_name != 'pull_request' || github.repository == github.event.pull_request.head.repo.full_name }}
130+ # - uses: julia-actions/julia-processcoverage@v1
131+ # - uses: codecov/codecov-action@v5
132+ # with:
133+ # files: lcov.info
134+ # token: ${{ secrets.CODECOV_TOKEN }}
135+ # # If this PR is from a fork, then do NOT fail CI if the Codecov upload errors.
136+ # # If this PR is NOT from a fork, then DO fail CI if the Codecov upload errors.
137+ # # If this is not a PR, then DO fail CI if the Codecov upload errors.
138+ # fail_ci_if_error: ${{ github.event_name != 'pull_request' || github.repository == github.event.pull_request.head.repo.full_name }}
139139 example-pull-gcr :
140140 runs-on : ubuntu-latest
141141 timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments