Skip to content

Commit 6dc9633

Browse files
committed
fix
1 parent 38807d7 commit 6dc9633

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797
9898
- name: Upload coverage HTML report
9999
if: always()
100-
working-directory: src
101100
uses: actions/upload-artifact@v4
102101
with:
103102
name: coverage-html
104-
path: htmlcov
103+
path: src/htmlcov

0 commit comments

Comments
 (0)