mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
Wire in Python code coverage testing
Wire in pytest-cov to give code coverage results when running tests. This does not publish the information curently.
This commit is contained in:
committed by
Sebastian Thiel
parent
4faa5f6203
commit
73db014fe1
2
Makefile
2
Makefile
@@ -83,7 +83,7 @@ license: LICENSE.md
|
||||
regen-apis: | clean-all-api clean-all-cli gen-all-api gen-all-cli license
|
||||
|
||||
test-gen: $(PYTHON)
|
||||
$(PYTEST) src
|
||||
$(PYTEST) --cov=src src
|
||||
|
||||
test: test-gen
|
||||
|
||||
|
||||
@@ -2,4 +2,5 @@ mako
|
||||
pyyaml
|
||||
mkdocs==0.16.3
|
||||
pytest
|
||||
pytest-cov
|
||||
importlib_resources
|
||||
|
||||
Reference in New Issue
Block a user