Skip to content

Commit 7514f5d

Browse files
authored
Remove code coverage reports
Temporarily, given that codecov integration has migrated and the current implementation is broken
1 parent 2293e3e commit 7514f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
sudo pip install codecov ;
375375
sudo pip install gcovr ;
376376
sudo apt-get install cppcheck ;
377-
if: ${{ matrix.os-type == 'ubuntu' }}
377+
if: ${{ matrix.os-type == 'discard' }}
378378

379379
- name: Fetch libmicrohttpd from cache
380380
id: cache-libmicrohttpd
@@ -519,4 +519,4 @@ jobs:
519519
run: |
520520
cd build ;
521521
bash <(curl -s https://codecov.io/bash) ;
522-
if: ${{ matrix.os-type == 'ubuntu' && matrix.c-compiler == 'gcc' && matrix.debug == 'debug' && matrix.coverage == 'coverage' && success() }}
522+
if: ${{ matrix.os-type == 'discard' && matrix.c-compiler == 'gcc' && matrix.debug == 'debug' && matrix.coverage == 'coverage' && success() }}

0 commit comments

Comments
 (0)