From fdb63a574878475bc6d9a5f87fe41db7b171940c Mon Sep 17 00:00:00 2001 From: jlenain Date: Tue, 22 Oct 2024 14:24:43 +0200 Subject: [PATCH] Recursively ignore `user_scripts` directory in `pytest` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70bf0642..f6a9e333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Tests run: | - pytest -n auto --dist loadscope --cov=nectarchain --cov-report=xml + pytest -n auto --dist loadscope --cov=nectarchain --cov-report=xml --ignore=src/nectarchain/user_scripts - uses: codecov/codecov-action@v4