Skip to content

Commit

Permalink
Better coverage report after tests (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Apr 10, 2024
1 parent cdb14b6 commit cb8e35d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb8e35d

Please sign in to comment.