File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11paths :
22 - .github
33 - reflex
4- - reflex/.templates
4+ - packages
55paths-ignore :
66 - " **/tests/**"
Original file line number Diff line number Diff line change 6969 export REFLEX_REDIS_URL=redis://localhost:6379
7070 export REFLEX_OPLOCK_ENABLED=true
7171 uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
72- # Change to explicitly install v1 when reflex-hosting-cli is compatible with v2
73- - name : Run unit tests w/ pydantic v1
74- run : |
75- export PYTHONUNBUFFERED=1
76- uv pip install "pydantic~=1.10"
77- uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
7872 - name : Generate coverage report
7973 run : uv run coverage html
8074
9791 run : |
9892 export PYTHONUNBUFFERED=1
9993 uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
100- - name : Run unit tests w/ pydantic v1
101- run : |
102- export PYTHONUNBUFFERED=1
103- uv pip install "pydantic~=1.10"
104- uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
You can’t perform that action at this time.
0 commit comments