Skip to content

Commit

Permalink
removed deprecated coverage annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 26, 2024
1 parent fac80da commit 732e1db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def coverage(c, details=False, gui=False):
if gui:
c.run("coverage run -a -m unittest tests-gui.gui_app_test")
if details:
c.run("coverage annotate")
c.run("coverage report", pty=True)

@task
Expand Down

0 comments on commit 732e1db

Please sign in to comment.