1 parent edb163d commit d8ddfd2Copy full SHA for d8ddfd2
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -76,6 +76,7 @@ jobs:
76
run: ctest --build-config ${{ matrix.build_type }}
77
78
- name: Upload coverage reports to Codecov
79
+ if: matrix.c_compiler == 'gcc'
80
uses: codecov/codecov-action@v5
81
with:
82
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments