From 0e8be03f866a9f44affc461bc8c1b278005fb20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 18 Mar 2024 12:03:40 +0100 Subject: [PATCH] FIX ommit statement in coverage report --- .github/workflows/unittest-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-and-coverage.yml b/.github/workflows/unittest-and-coverage.yml index 63c284b..898c6b0 100644 --- a/.github/workflows/unittest-and-coverage.yml +++ b/.github/workflows/unittest-and-coverage.yml @@ -30,7 +30,7 @@ jobs: - name: Run tests with coverage # pyjexl code is omit as it doesn't belong to us run: | - coverage run --omit=tcjexl/pyjexl/ -m pytest + coverage run --omit=tcjexl/pyjexl/** -m pytest - name: Generate coverage report run: |