Skip to content

Commit bb5d830

Browse files
committed
Disable code coverage as it requires container modifications.
1 parent 36058d6 commit bb5d830

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -415,16 +415,16 @@ jobs:
415415
message(FATAL_ERROR "Bad exit status during coverage")
416416
endif()
417417
418-
- name: Upload code coverage info
419-
if: matrix.config.coverage == 'Yes'
420-
uses: codecov/codecov-action@v4
421-
with:
422-
token: ${{ secrets.CODECOV_TOKEN }}
423-
files: ./build/filtered.info # don't use a absolute path on Windows with gitBash.
424-
exclude: build
425-
flags: ${{ matrix.config.archive_name }}
426-
disable_search: true
427-
fail_ci_if_error: true
418+
# - name: Upload code coverage info
419+
# if: matrix.config.coverage == 'Yes'
420+
# uses: codecov/codecov-action@v4
421+
# with:
422+
# token: ${{ secrets.CODECOV_TOKEN }}
423+
# files: ./build/filtered.info # don't use a absolute path on Windows with gitBash.
424+
# exclude: build
425+
# flags: ${{ matrix.config.archive_name }}
426+
# disable_search: true
427+
# fail_ci_if_error: true
428428

429429
- name: Create archive
430430
if: matrix.config.upload == 'Yes'
@@ -583,18 +583,18 @@ jobs:
583583
fi
584584
chmod +x ./codecov
585585
586-
- name: Upload code coverage info
587-
if: matrix.config.coverage == 'Yes'
588-
id: run_coverage_upload
589-
uses: codecov/codecov-action@v5
590-
with:
591-
token: ${{ secrets.CODECOV_TOKEN }}
592-
files: ./build/filtered.info # don't use a absolute path on Windows with gitBash.
593-
exclude: build
594-
flags: ${{ matrix.config.archive_name }}-${{ env.ARCH }}-libcxx-${{ matrix.config.libcxx }}
595-
disable_search: true
596-
fail_ci_if_error: true
597-
binary: ${{ github.workspace }}/codecov # Currently, the docker container comes without gpg
586+
# - name: Upload code coverage info
587+
# if: matrix.config.coverage == 'Yes'
588+
# id: run_coverage_upload
589+
# uses: codecov/codecov-action@v5
590+
# with:
591+
# token: ${{ secrets.CODECOV_TOKEN }}
592+
# files: ./build/filtered.info # don't use a absolute path on Windows with gitBash.
593+
# exclude: build
594+
# flags: ${{ matrix.config.archive_name }}-${{ env.ARCH }}-libcxx-${{ matrix.config.libcxx }}
595+
# disable_search: true
596+
# fail_ci_if_error: true
597+
# binary: ${{ github.workspace }}/codecov # Currently, the docker container comes without gpg
598598

599599
- name: Create archive
600600
if: matrix.config.upload == 'Yes'

0 commit comments

Comments
 (0)