aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-06-15 22:19:07 +0100
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commit0fc46dc565b6991409169cc40fe9ac74237857fa (patch)
tree91b0fd57b96c71ad721a3c0cab2f36b01d0c4190 /.pre-commit-config.yaml
parent678645b7b7b788543e08fe0767cce784cb92a1f9 (diff)
downloadethos-u-vela-0fc46dc565b6991409169cc40fe9ac74237857fa.tar.gz
tools: Fix pytest-cov in pre-commit
- Corrected name in config file Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I245571605173466d08ea2a2139444fc9ff519d3b
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
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