Skip to content

Commit

Permalink
Correct artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoChenOSU committed Dec 12, 2024
1 parent be570b8 commit 268da63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
with:
github-token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
run-id: ${{ github.event.workflow_run.id }}
path: ./
path: ./python
merge-multiple: true
- name: Display structure of downloaded files
run: ls
- name: Pytest coverage comment
id: coverageComment
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: python-coverage.txt
pytest-coverage-path: python/python-coverage.txt
title: "Python Test Coverage Report"
badge-title: "Python Test Coverage"
junitxml-title: "Python Unit Test Overview"
junitxml-path: pytest.xml
junitxml-path: python/pytest.xml
default-branch: "main"
report-only-changed-files: true
4 changes: 2 additions & 2 deletions .github/workflows/python-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
python-coverage.txt
pytest.xml
python/python-coverage.txt
python/pytest.xml
overwrite: true
retention-days: 1

0 comments on commit 268da63

Please sign in to comment.