Skip to content

Commit 4a3183c

Browse files
committed
ci: Fix coverage upload
Signed-off-by: Anastassios Nanos <[email protected]> Reviewed-by: Jay Limachya <[email protected]> Approved-by: Jay Limachya <[email protected]> PR: nubificus#104
1 parent eba5493 commit 4a3183c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/coverage_upload.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
with:
1616
submodules: recursive
1717

18-
- name: Apply coverage patch
19-
id: coverage_patch
20-
run: |
21-
cd ${{github.workspace}}/src/
22-
patch < ../test/coverage.patch
23-
2418
- name: Install dependencies for tests
2519
id: install_dependencies
2620
run: |
@@ -59,7 +53,7 @@ jobs:
5953
with:
6054
source_folder: "./docs/coverage/src_coverage"
6155
destination_repo: "nubificus/vaccel-docs"
62-
destination_folder: "docs/python"
56+
destination_folder: "docs"
6357
user_email: "[email protected]"
6458
user_name: "jlima"
6559
commit_msg: "[GHA] Update the coverage files"

0 commit comments

Comments
 (0)