Skip to content

Commit

Permalink
Recursively ignore user_scripts directory in pytest (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain authored Oct 22, 2024
1 parent 4def806 commit 2358b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2358b3c

Please sign in to comment.