Skip to content

Commit

Permalink
continue path debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum committed Aug 22, 2024
1 parent 9a9bbd9 commit 83003ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: ${{ github.workspace }}.coverage*
if-no-files-found: ignore
path: .coverage
if-no-files-found: warn

coverage:
name: Combine & check coverage.
Expand Down

0 comments on commit 83003ec

Please sign in to comment.