File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 55
55
MERA_TEST_TIMEOUT : 1800
56
56
MERA_DOWNLOAD_RETRIES : 3
57
57
58
- - name : Process coverage
59
- uses : julia-actions/julia-processcoverage@v1
60
- if : matrix.version == '1.10' && matrix.os == 'ubuntu-latest'
61
-
62
- - name : Upload coverage to Codecov
63
- uses : codecov/codecov-action@v4
64
- if : matrix.version == '1.10' && matrix.os == 'ubuntu-latest'
65
- with :
66
- files : lcov.info
67
- token : ${{ secrets.CODECOV_TOKEN }}
68
- fail_ci_if_error : false
69
- verbose : true
70
-
71
- - name : Upload coverage to Coveralls
72
- uses : julia-actions/julia-uploadcoveralls@v1
73
- if : matrix.version == '1.10' && matrix.os == 'ubuntu-latest'
74
- env :
75
- COVERALLS_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
58
+ # Note: Coverage processing and upload is handled only by CI_1.11.yml
59
+ # to avoid duplicate coverage reports and ensure single source of truth
Original file line number Diff line number Diff line change 55
55
MERA_TEST_TIMEOUT : 1800
56
56
MERA_DOWNLOAD_RETRIES : 3
57
57
58
+ # Coverage processing and upload - CI_1.11.yml is the designated coverage workflow
58
59
- name : Process coverage
59
60
uses : julia-actions/julia-processcoverage@v1
60
61
if : matrix.version == '1.11' && matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments