Does coverage work again?
This commit is contained in:
parent
ef842b7f08
commit
68931f9d37
1 changed files with 7 additions and 8 deletions
|
|
@ -68,14 +68,13 @@ jobs:
|
|||
- template: install-rust.yml@templates
|
||||
- script: cargo test --tests
|
||||
displayName: cargo test
|
||||
# https://github.com/greenmail-mail-test/greenmail/issues/284
|
||||
# - template: coverage.yml@templates
|
||||
# parameters:
|
||||
# token: $(CODECOV_TOKEN_SECRET)
|
||||
# services:
|
||||
# greenmail: greenmail
|
||||
# envs:
|
||||
# TEST_HOST: greenmail
|
||||
- template: coverage.yml@templates
|
||||
parameters:
|
||||
token: $(CODECOV_TOKEN_SECRET)
|
||||
services:
|
||||
greenmail: greenmail
|
||||
envs:
|
||||
TEST_HOST: greenmail
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue