Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Aug 7, 2023
1 parent c44dc51 commit f126689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f126689

Please sign in to comment.