diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbb1c9e..db0a6dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -255,7 +255,7 @@ jobs: - name: Unit Test shell: micromamba-shell {0} - run: pytest --cov=spatialyze --cov-report=xml tests/engine + run: pytest --cov=spatialyze --cov-report=xml tests/interface env: AP_PORT: 25440 diff --git a/codecov.yml b/codecov.yml index 1501075..dff9b9e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ ignore: - - "spatialyze/video_processor/stages/detection_estimation" - - "spatialyze/video_processor/stages/segment_trajectory" + - "spatialyze/video_processor/stages/detection_estimation/*" + - "spatialyze/video_processor/stages/segment_trajectory/*" - "spatialyze/video_processor/stages/depth_estimation.py" - "spatialyze/video_processor/stages/strongsort_with_skip.py" - "spatialyze/video_processor/utils/preprocess.py"