We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83ecb1 commit 8ed9796Copy full SHA for 8ed9796
.github/workflows/integration.yaml
@@ -137,4 +137,5 @@ jobs:
137
- name: Upload coverage to Coveralls
138
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
139
with:
140
- path-to-profile: 'webserver/cov.out'
+ path-to-profile: 'cov.out'
141
+ working-directory: 'webserver'
0 commit comments