Skip to content

Commit d8ddfd2

Browse files
committed
Fix codecove.
1 parent edb163d commit d8ddfd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
run: ctest --build-config ${{ matrix.build_type }}
7777

7878
- name: Upload coverage reports to Codecov
79+
if: matrix.c_compiler == 'gcc'
7980
uses: codecov/codecov-action@v5
8081
with:
8182
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)