Skip to content

Commit be64c8c

Browse files
committed
project-urls: update github ci
1 parent 88b19b8 commit be64c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install modules
2222
run: pip install -r requirements.txt && pip install -r requirements.dev.txt
2323
- name: Tests
24-
run: PYTHONPATH=. pytest --cov=data_flow --cov-report term
24+
run: PYTHONPATH=. pytest --cov=mysiar_data_flow --cov-report term
2525
- name: Lint
2626
run: pflake8 mysiar_data_flow/ tests/

0 commit comments

Comments
 (0)