Skip to content

Commit 011f087

Browse files
committed
ci: place coverages in webserver directory
1 parent e4e5583 commit 011f087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
117117
- name: Download results
118118
run: |
119+
cd webserver
119120
mkdir covs
120121
curl "${{ steps.server.outputs.server }}:${{ steps.env.outputs.port }}/api/v1/coverout" |
121122
jq -r '.merged' |
@@ -129,4 +130,4 @@ jobs:
129130
- name: Upload coverage to Coveralls
130131
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
131132
with:
132-
path-to-profile: cov.out
133+
path-to-profile: webserver/cov.out

0 commit comments

Comments
 (0)