mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
commit
57d4715a9d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue