From: fennecdjay Date: Fri, 20 Jan 2023 19:59:38 +0000 (+0100) Subject: :wrench: coverage? again X-Git-Tag: nightly~207^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=refs%2Fpull%2F255%2Fhead;p=gwion.git :wrench: coverage? again --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c75fa4d8..655252c0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,6 +31,8 @@ jobs: - name: Test Gwion run: make test + env: + USE_COVERAGE: 1 - uses: actions/setup-python@v1 with: