File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767
6868 - name : Run unit tests
6969 run : |
70- uv run pytest tests/unit/ -n auto --dist loadgroup -q --cov=src/eventkit --cov-report=term-missing --cov-report=xml
70+ uv run pytest tests/unit/ -n auto --dist loadgroup -q --cov=src/eventkit --cov-report=term-missing
7171
7272 - name : Run integration tests
7373 env :
7676 STORAGE_EMULATOR_HOST : http://localhost:9023
7777 GCP_PROJECT_ID : test-project
7878 run : |
79- uv run pytest tests/integration/ -q --cov=src/eventkit --cov-append --cov-report=term-missing --cov-report=xml
80-
81- - name : Upload coverage
82- uses : codecov/codecov-action@v4
83- with :
84- file : ./coverage.xml
85- fail_ci_if_error : false
79+ uv run pytest tests/integration/ -q --cov=src/eventkit --cov-append --cov-report=term-missing
8680
8781 - name : Stop Emulators
8882 if : always()
You can’t perform that action at this time.
0 commit comments