Skip to content

Commit 09fb032

Browse files
committed
ci: place coverages in webserver directory
1 parent e4e5583 commit 09fb032

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 0 deletions
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' |
@@ -130,3 +131,5 @@ jobs:
130131
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
131132
with:
132133
path-to-profile: cov.out
134+
working-directory: webserver
135+
debug: true

0 commit comments

Comments
 (0)