Don't pass incorrect TEST_HOST
This commit is contained in:
parent
f272b1515a
commit
7af7cd16e4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -20,8 +20,6 @@ jobs:
|
||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
uses: taiki-e/install-action@cargo-llvm-cov
|
||||||
- name: Generate code coverage
|
- name: Generate code coverage
|
||||||
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
|
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
|
||||||
env:
|
|
||||||
TEST_HOST: greenmail
|
|
||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue