replace petstore_api with packageName (#4921)

This commit is contained in:
William Cheng 2020-01-03 22:54:52 +08:00 committed by GitHub
parent 759ab1390a
commit 7073859aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ verbosity=2
randomize=true
exe=true
with-coverage=true
cover-package=petstore_api
cover-package={{{packageName}}}
cover-erase=true
{{/useNose}}