File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,17 @@ jobs:
3636 run : pip install uv
3737
3838 - name : Run tests
39- run : uv run pytest
40-
41- - name : Upload coverage data
42- uses : actions/upload-artifact@v3
43- with :
44- name : coverage-data
45- path : coverage.xml
46-
47- - name : Publish Test Report
48- uses : mikepenz/action-junit-report@v3
49- if : success() || failure()
50- with :
51- report_paths : unit_test.xml
39+ run : uv run pytest --junitxml=pytest.xml
40+
41+ # TODO: Look into github actions, these are out of date
42+ # - name: Upload coverage data
43+ # uses: actions/upload-artifact@v3
44+ # with:
45+ # name: coverage-data
46+ # path: coverage.xml
47+
48+ # - name: Publish Test Report
49+ # uses: mikepenz/action-junit-report@v3
50+ # if: success() || failure()
51+ # with:
52+ # report_paths: unit_test.xml
You can’t perform that action at this time.
0 commit comments