Skip to content

Commit 5f9b71c

Browse files
Save coverage-report, removed slash
1 parent 6e7c987 commit 5f9b71c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fedora_41.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Upload Coverage Report
9494
- uses: actions/upload-artifact@v4
9595
with:
96-
path: .coverage-reports/htmlcov/
96+
path: .coverage-reports/htmlcov
9797
include-hidden-files: true
9898
- name: Install and run
9999
run: |

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Upload Coverage Report
129129
- uses: actions/upload-artifact@v4
130130
with:
131-
path: .coverage-reports/htmlcov/
131+
path: .coverage-reports/htmlcov
132132
include-hidden-files: true
133133
- name: Install and run
134134
run: |

0 commit comments

Comments
 (0)