Skip to content

Commit

Permalink
fix coverage report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 17, 2024
1 parent cf97d8f commit d4c470f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,4 @@ jobs:
- name: 📤 Upload coverage report
uses: actions/upload-artifact@v4
with:
directory: lenskit-coverage/
path: lenskit-coverage/
2 changes: 1 addition & 1 deletion lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def jobs_result(deps: list[str]) -> GHJob:
"name": "📤 Upload coverage report",
"uses": "actions/upload-artifact@v4",
"with": {
"directory": "lenskit-coverage/",
"path": "lenskit-coverage/",
},
},
],
Expand Down

0 comments on commit d4c470f

Please sign in to comment.