From 0fc46dc565b6991409169cc40fe9ac74237857fa Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Mon, 15 Jun 2020 22:19:07 +0100 Subject: tools: Fix pytest-cov in pre-commit - Corrected name in config file Signed-off-by: Tim Hall Change-Id: I245571605173466d08ea2a2139444fc9ff519d3b --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b930b79..d480f6ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: always_run: true - id: pytest-cov - name: pytest + name: pytest-cov stages: [push] language: system entry: pytest -v --cov=ethosu --cov-fail-under=0 -- cgit v1.2.1