Skip to content

Commit

Permalink
Better coverage report after tests (#1772) (#1791)
Browse files Browse the repository at this point in the history
(cherry picked from commit cb8e35d)

Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
  • Loading branch information
github-actions[bot] and miguelgrinberg committed Apr 29, 2024
1 parent 891c2fe commit c64fed4
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 c64fed4

Please sign in to comment.