Merge pull request #8251 from def-/pr-gcov

Remove unused gcov flags
This commit is contained in:
Robert Müller 2024-04-23 17:02:22 +00:00 committed by GitHub
commit 57d4715a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,8 +153,6 @@ jobs:
if: contains(matrix.os, 'ubuntu-latest')
uses: codecov/codecov-action@v4
with:
gcov: true
gcov_include: src
flags: unittests
- name: Test headless client (start & connect)
@ -170,8 +168,6 @@ jobs:
if: contains(matrix.os, 'ubuntu-latest')
uses: codecov/codecov-action@v4
with:
gcov: true
gcov_include: src
flags: startconnect
- name: Build in release mode with debug info and all features on
@ -206,8 +202,6 @@ jobs:
if: contains(matrix.os, 'ubuntu-latest')
uses: codecov/codecov-action@v4
with:
gcov: true
gcov_include: src
flags: integrationtests
- name: Package