We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87eefb commit 9644c93Copy full SHA for 9644c93
1 file changed
.github/workflows/test.yml
@@ -53,12 +53,7 @@ jobs:
53
- name: Run tests with coverage
54
if: env.skip_tests == 'false'
55
run: |
56
- python -m pytest --cov=backend --cov-report=term --cov-config=.coveragerc
57
- --ignore=tests/e2e-test/tests
58
- --ignore=src/backend/tests
59
- --ignore=src/tests/mcp_server
60
- --ignore=src/tests/agents
61
- --ignore=src/mcp_server
+ python -m pytest src/tests/backend --cov=backend --cov-report=term --cov-config=.coveragerc
62
63
# - name: Run tests with coverage
64
# if: env.skip_tests == 'false'
0 commit comments