Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test pipeline orgtask #415

Merged
merged 14 commits into from
Jan 5, 2024
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
ddpui/tests/api_tests/test_airbyte_api.py \
ddpui/tests/api_tests/test_airbyte_api_v1.py \
ddpui/tests/api_tests/test_pipeline_api.py \
ddpui/tests/api_tests/test_orgtask_api.py
ddpui/tests/api_tests/test_orgtask_api.py \
ddpui/tests/core/test_pipelinefunctions.py
coverage report --fail-under=70
coverage xml
- name: Check coverage percentage
Expand Down
Loading