瀏覽代碼

Fix coverage argument

Colin Powell 2 年之前
父節點
當前提交
1c5f721723
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -16,7 +16,7 @@ steps:
       - pip install poetry
       - poetry install
       # Start with a fresh database (which is already running as a service from Drone)
-      - poetry run pytest --cov-report --cov=vrobbler tests
+      - poetry run pytest --cov-report term --cov=vrobbler tests
     environment:
       VROBBLER_DATABASE_URL: sqlite:///test.db
     volumes: