File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 - name : Upload coverage to Codecov
162162 uses : codecov/codecov-action@v5
163163 with :
164- file : ${{ github.repository }}/coverage.xml
164+ files : ${{ github.repository }}/coverage.xml
165165 flags : gpu-2
166166 fail_ci_if_error : false
167167
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - name : Upload coverage to Codecov
132132 uses : codecov/codecov-action@v5
133133 with :
134- file : ${{ github.repository }}/coverage.xml
134+ files : ${{ github.repository }}/coverage.xml
135135 flags : gpu-2
136136 fail_ci_if_error : false
137137
Original file line number Diff line number Diff line change 9494 - name : Upload coverage to Codecov
9595 uses : codecov/codecov-action@v5
9696 with :
97- file : ./coverage.xml
97+ files : ./coverage.xml
9898 flags : hvd-cpu
9999 fail_ci_if_error : false
Original file line number Diff line number Diff line change 7575 conda activate $CONDA_ENV
7676 pip install uv
7777
78+ - name : Install GPG for Codecov
79+ shell : bash -l {0}
80+ run : |
81+ # Install GPG which is required by codecov-action@v5
82+ brew install gnupg
83+
7884 - name : Install PyTorch
7985 if : ${{ matrix.pytorch-channel == 'pytorch' }}
8086 shell : bash -l {0}
@@ -130,7 +136,7 @@ jobs:
130136 - name : Upload coverage to Codecov
131137 uses : codecov/codecov-action@v5
132138 with :
133- file : ${{ github.repository }}/coverage.xml
139+ files : ${{ github.repository }}/coverage.xml
134140 flags : mps
135141 fail_ci_if_error : false
136142
Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ jobs:
103103 - name : Upload coverage to Codecov
104104 uses : codecov/codecov-action@v5
105105 with :
106- file : ./coverage.xml
106+ files : ./coverage.xml
107107 flags : tpu
108108 fail_ci_if_error : false
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 - name : Upload coverage to Codecov
129129 uses : codecov/codecov-action@v5
130130 with :
131- file : ./coverage.xml
131+ files : ./coverage.xml
132132 flags : cpu
133133 fail_ci_if_error : false
134134
You can’t perform that action at this time.
0 commit comments