File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 - name : ' Install pytest'
2929 run : ' pip install pytest'
3030 - name : ' Run coverage'
31- working-directory : tests
31+ working-directory : " tests"
3232 run : ' coverage run -m pytest'
3333 - name : ' Generate xml'
34- working-directory : tests
34+ working-directory : " tests"
3535 run : ' coverage xml -o coverage.xml'
3636 - name : ' Relocate the coverage report'
3737 run : ' mv tests/coverage.xml coverage.xml'
Original file line number Diff line number Diff line change 6767 true ###############################################################
6868 uv pip install --system -r pyproject.toml --extra dev .
6969 - name : ' Run pytest'
70- working-directory : tests
70+ working-directory : " tests"
7171 run : |-
7272 true ###############################################################
7373 true # use pytest dot path because it's portable across
You can’t perform that action at this time.
0 commit comments