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