We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b19b8 commit be64c8cCopy full SHA for be64c8c
.github/workflows/tests.yaml
@@ -21,6 +21,6 @@ jobs:
21
- name: Install modules
22
run: pip install -r requirements.txt && pip install -r requirements.dev.txt
23
- name: Tests
24
- run: PYTHONPATH=. pytest --cov=data_flow --cov-report term
+ run: PYTHONPATH=. pytest --cov=mysiar_data_flow --cov-report term
25
- name: Lint
26
run: pflake8 mysiar_data_flow/ tests/
0 commit comments