Update repo

This commit is contained in:
Hang Cui
2025-10-17 15:21:02 -07:00
parent fda0ea273c
commit 1fc2b87c2b

View File

@@ -22,16 +22,13 @@ jobs:
cd backend cd backend
COVERAGE_FILE=.coverage tox -e unit COVERAGE_FILE=.coverage tox -e unit
ls -la ${{ github.workspace }}/backend ls -la ${{ github.workspace }}/backend
pwd stat ${{ github.workspace }}/backend/.coverage
ls -l .coverage
stat .coverage
file .coverage
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: coverage name: coverage
path: backend/.coverage path: ${{ github.workspace }}/backend/.coverage
if-no-files-found: error if-no-files-found: error
load-file-example: load-file-example: