We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42732e commit 6e6572eCopy full SHA for 6e6572e
2 files changed
.github/workflows/test_cc.yml
@@ -98,7 +98,9 @@ jobs:
98
ENABLE_JAX: ${{ matrix.enable_tensorflow && '1' || '0' }}
99
ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }}
100
if: ${{ !matrix.check_memleak }}
101
- - uses: codecov/codecov-action@v6
+ - name: Upload coverage to Codecov (non-blocking)
102
+ uses: codecov/codecov-action@v6
103
+ continue-on-error: true
104
with:
105
use_oidc: true
106
permissions:
.github/workflows/test_python.yml
@@ -76,7 +76,9 @@ jobs:
76
name: split-${{ matrix.python }}-${{ matrix.group }}
77
path: .test_durations_${{ matrix.group }}
78
include-hidden-files: true
79
80
81
82
83
84
0 commit comments