Skip to content

Commit

Permalink
fix: fix the path to the .coverage-xxx file
Browse files Browse the repository at this point in the history
  • Loading branch information
snuffkin committed Dec 26, 2024
1 parent 2f51055 commit b1394ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: .coverage-${{ matrix.target }}
path: .coverage-${{ matrix.target }}
path: ./backend/.coverage-${{ matrix.target }}

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b1394ac

Please sign in to comment.