diff --git a/noxfile.py b/noxfile.py index d730593d..42548199 100644 --- a/noxfile.py +++ b/noxfile.py @@ -47,6 +47,9 @@ def test(session): "-vvv", "--cov=elasticsearch_dsl", "--cov=tests.test_integration.test_examples", + "--cov-report=term-missing", + "--cov-branch", + "--cov-report=html", "tests/", ) session.run("pytest", *argv)