Skip to content

Commit 44547fd

Browse files
committed
Add guard to the Check Test Coverage.
We need to run only when GCC and Debug.
1 parent 1f15a35 commit 44547fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ctest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: threeal/ctest-action@v1.1.0
7070

7171
- name: Check Test Coverage
72+
if: ${{matrix.compiler == 'gcc' && matrix.build == 'Debug'}}
7273
uses: threeal/gcovr-action@v1.1.0
7374
with:
7475
coveralls-send: true

0 commit comments

Comments
 (0)