From: Jérémie Astor Date: Sun, 16 Feb 2020 23:21:14 +0000 (+0100) Subject: :wrench: Update X-Git-Tag: nightly~1892 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d7013e2aa65380aaf5f393717294c23de64b927e;p=gwion.git :wrench: Update --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 08db5fcd..1a4dd816 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,9 +23,8 @@ jobs: - name: make env: - CFLAGS: -ftest-coverage -fprofile-arcs - LDFLAGS: -ftest-coverage -fprofile-arcs - run: make CFLAGS="${CFLAGS} -g -O0" + USE_COVERAGE=1 + run: make - name: Tests env: