File tree Expand file tree Collapse file tree 4 files changed +100
-57
lines changed
Expand file tree Collapse file tree 4 files changed +100
-57
lines changed Original file line number Diff line number Diff line change @@ -81,21 +81,21 @@ jobs:
8181 - name : Install packages
8282 run : uv sync --dev --locked
8383
84- - name : Run tests with coverage
85- run : |
86- uv run coverage run -m pytest
87- uv run coverage xml -o coverage.xml
88- uv run coverage report -m
89-
90- - name : Upload coverage to Codecov
91- uses : codecov/codecov-action@v5
92- if : always()
93- with :
94- token : ${{ secrets.CODECOV_TOKEN }}
95- files : ./coverage.xml
96- flags : unittests
97- name : codecov-python-${{ matrix.python-version }}
98- fail_ci_if_error : false
84+ # - name: Run tests with coverage
85+ # run: |
86+ # uv run coverage run -m pytest
87+ # uv run coverage xml -o coverage.xml
88+ # uv run coverage report -m
89+
90+ # - name: Upload coverage to Codecov
91+ # uses: codecov/codecov-action@v5
92+ # if: always()
93+ # with:
94+ # token: ${{ secrets.CODECOV_TOKEN }}
95+ # files : ./coverage.xml
96+ # flags: unittests
97+ # name: codecov-python-${{ matrix.python-version }}
98+ # fail_ci_if_error: false
9999
100100 all-checks :
101101 name : All Checks Passed
Original file line number Diff line number Diff line change 1- exclude : .*migrations\/.*
1+ exclude : .*test_pixiq\.py
22default_language_version :
33 python : python3.13
44
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dev = [
4848 " coverage>=7.9.2" ,
4949 " pre-commit>=4.2.0" ,
5050 " pydantic-settings>=2.10.1" ,
51+ " pytest>=9.0.1" ,
5152 " ruff>=0.12.2" ,
5253 " uvicorn[standard]>=0.35.0" ,
5354]
You can’t perform that action at this time.
0 commit comments