update coverage

This commit is contained in:
sagie gur ari 2019-12-30 11:47:42 +00:00
parent 05a8c82af7
commit 3560086824
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ Your pull request build must pass (the build will run automatically).<br>
You can run the following command locally to ensure the build will pass:
````sh
cargo make workspace-ci-flow
cargo make --no-workspace workspace-ci-flow
````
* There are many automatic unit tests as part of the library which provide full coverage of the functionality.<br>Any fix/enhancement must come with a set of tests to ensure it's working well.

View file

@ -50,7 +50,7 @@ matrix:
before_script:
- cargo install --debug cargo-make
script:
- cargo make workspace-ci-flow
- cargo make --no-workspace workspace-ci-flow
deploy:
provider: releases
api_key:

View file

@ -47,4 +47,4 @@ build: false
test_script:
- cargo install --debug cargo-make
- cargo make ci-flow
- cargo make --no-workspace workspace-ci-flow