Update repo

This commit is contained in:
Hang Cui
2025-10-17 14:44:03 -07:00
parent 5763ea63e7
commit 47ee65301d

View File

@@ -22,12 +22,13 @@ jobs:
cd backend
tox -e unit
ls -la ${{ github.workspace }}/backend
test -f backend/.coverage && echo "found backend/.coverage"
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: coverage
path: backend/.coverage # Use workspace-relative path
path: ${{ github.workspace }}/backend/.coverage
if-no-files-found: error
load-file-example: