We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5583 commit 011f087Copy full SHA for 011f087
.github/workflows/integration.yaml
@@ -116,6 +116,7 @@ jobs:
116
117
- name: Download results
118
run: |
119
+ cd webserver
120
mkdir covs
121
curl "${{ steps.server.outputs.server }}:${{ steps.env.outputs.port }}/api/v1/coverout" |
122
jq -r '.merged' |
@@ -129,4 +130,4 @@ jobs:
129
130
- name: Upload coverage to Coveralls
131
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
132
with:
- path-to-profile: cov.out
133
+ path-to-profile: webserver/cov.out
0 commit comments