Skip to content

Commit b308a1b

Browse files
committed
Fix source path for test coverage
1 parent 8b5ee3d commit b308a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: uv sync --all-extras --dev
3131

3232
- name: Run tests with Pytest
33-
run: uv run coverage run --source=src/order_book_simulator/ -m pytest -v
33+
run: uv run coverage run --source=src/boruvkas_algorithm/ -m pytest -v
3434

3535
- name: Get code coverage report
3636
run: uv run coverage report -m

0 commit comments

Comments
 (0)