From 2b97923785e64b1326532393a19e20a15ffb0e7c Mon Sep 17 00:00:00 2001 From: Julio Faracco Date: Sun, 31 Mar 2024 01:59:46 -0300 Subject: [PATCH] Exclude tests and build from interrogate Signed-off-by: Julio Faracco --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6eb6164..102e6d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: run: | echo "* **interrogate results:** $(interrogate -i --fail-under=15 dasf/ | cut -d: -d" " -f4)" >> $GITHUB_STEP_SUMMARY # We should have at least 80% of docs covered - interrogate -vv -i --fail-under=20 --badge-format svg -g dasf + interrogate -vv -i --fail-under=20 --badge-format svg -g . -e build/ -e tests/ test_cpu: runs-on: ubuntu-latest