[Feature]: Add support for creating app using yaml config (#787)

This commit is contained in:
Deshraj Yadav
2023-10-12 15:35:49 -07:00
committed by GitHub
parent 4820ea15d6
commit a86d7f52e9
36 changed files with 479 additions and 95 deletions

View File

@@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: poetry install --all-extras
- name: Lint with ruff
run: make ci_lint
run: make lint
- name: Test with pytest
run: make ci_test
run: make test
- name: Generate coverage report
run: make coverage
- name: Upload coverage reports to Codecov