Skip to content

Commit 178b9fa

Browse files
authored
Update ci.yml
1 parent e13f5b3 commit 178b9fa

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)