We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2004ef0 commit ad10fd7Copy full SHA for ad10fd7
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "Test files found, running tests."
51
echo "skip_tests=false" >> $GITHUB_ENV
52
fi
53
-
+
54
- name: Run tests with coverage
55
if: env.skip_tests == 'false'
56
run: |
@@ -59,7 +59,9 @@ jobs:
59
--ignore=src/backend/tests/test_app.py \
60
--ignore=src/tests/agents/test_foundry_integration.py \
61
--ignore=src/tests/mcp_server/test_factory.py \
62
- --ignore=src/tests/mcp_server/test_hr_service.py
+ --ignore=src/tests/mcp_server/test_hr_service.py \
63
+ --ignore=src/backend/tests/test_config.py \
64
+ --ignore=src/tests/agents/test_human_approval_manager.py
65
66
67
0 commit comments