We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TEST_HOST
1 parent 521eda5 commit bacf7efCopy full SHA for bacf7ef
.github/workflows/coverage.yml
@@ -48,7 +48,7 @@ jobs:
48
RUSTFLAGS: --cfg=ci
49
# we cannot use 127.0.0.1 (the default here)
50
# since we are running from a different container
51
- TEST_HOST: ssh://test-user@openssh:2222
+ TEST_HOST: ssh://test-user@localhost:2222
52
- name: Upload to codecov.io
53
uses: codecov/codecov-action@v2
54
with:
0 commit comments