Skip to content

Commit

Permalink
Fix coverage location
Browse files Browse the repository at this point in the history
(Gotta do this more cleanly...)
  • Loading branch information
dbutenhof committed Dec 6, 2024
1 parent a0ec622 commit 0e47258
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox>=4.19
# - name: Check for lint
# run: |
# cd backend
# tox -e format,isort,lint
- name: Check for lint
run: |
cd backend
- tox -e format,isort,lint
- name: Run unit tests
run: |
cd backend
Expand All @@ -35,6 +35,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Coverage for ${{ github.event.head_commit.id }}
path: .tox/unit/tmp/coverage.db
path: backend/.tox/unit/tmp/coverage.db
if-no-files-found: warn
retention-days: 30

0 comments on commit 0e47258

Please sign in to comment.