Skip to content

Commit 8ed9796

Browse files
committed
ci: set working directory for goveralls action
1 parent b83ecb1 commit 8ed9796

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
@@ -137,4 +137,5 @@ jobs:
137137
- name: Upload coverage to Coveralls
138138
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
139139
with:
140-
path-to-profile: 'webserver/cov.out'
140+
path-to-profile: 'cov.out'
141+
working-directory: 'webserver'

0 commit comments

Comments
 (0)