We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa6a3b commit ae8195fCopy full SHA for ae8195f
2 files changed
.github/workflows/test_cc.yml
@@ -99,8 +99,6 @@ jobs:
99
ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }}
100
if: ${{ !matrix.check_memleak }}
101
- uses: codecov/codecov-action@v5
102
- env:
103
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104
with:
105
use_oidc: true
106
permissions:
.github/workflows/test_python.yml
@@ -77,8 +77,6 @@ jobs:
77
path: .test_durations_${{ matrix.group }}
78
include-hidden-files: true
79
80
81
82
83
84
0 commit comments