Skip to content

Commit 9644c93

Browse files
Refine pytest command in test workflow to simplify coverage reporting
1 parent a87eefb commit 9644c93

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ jobs:
5353
- name: Run tests with coverage
5454
if: env.skip_tests == 'false'
5555
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
56+
python -m pytest src/tests/backend --cov=backend --cov-report=term --cov-config=.coveragerc
6257
6358
# - name: Run tests with coverage
6459
# if: env.skip_tests == 'false'

0 commit comments

Comments
 (0)