Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit c6d5d37

Browse files
committed
Update scripts for testing
1 parent 9b45252 commit c6d5d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@task
1111
def test(context: Context) -> None:
1212
"""Run tests."""
13-
context.run('pytest . ', pty=True)
13+
context.run('pytest . --cov=. --cov-report=xml', pty=True)
1414

1515

1616
def _get_today_timestamp() -> str:

0 commit comments

Comments
 (0)