Skip to content

Commit 0e5d275

Browse files
author
drickett
committed
update github actions
1 parent 981a47e commit 0e5d275

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/python.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)