Skip to content

Commit

Permalink
ci: fix No files were found with the provided path: ./tests/report-3.…
Browse files Browse the repository at this point in the history
…9.html. No artifacts will be uploaded.
  • Loading branch information
Ljzd-PRO committed Nov 8, 2023
1 parent ede938c commit 1d0bab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pytest-html-${{ matrix.python-version }}
path: ./tests/report-${{ matrix.python-version }}.html
path: ./tests/report-*.html

0 comments on commit 1d0bab8

Please sign in to comment.