CI - Run codecov on all tests, not just Py3.7 (#3654)
* CI - Run codecov on all tests, not just Py3.7 * Update build.yml * Update build.yml
This commit is contained in:
parent
737636f9df
commit
4ce936a284
2 changed files with 18 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ test-coverage:
|
|||
test: lint test-only
|
||||
|
||||
test_server:
|
||||
@TEST_SERVER_MODE=true pytest -sv --cov=moto --cov-report html ./tests/
|
||||
@TEST_SERVER_MODE=true pytest -sv --cov=moto --cov-report xml ./tests/
|
||||
|
||||
aws_managed_policies:
|
||||
scripts/update_managed_policies.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue