aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2020-04-22 16:19:26 +0100
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commitc82b40c9fa3d1fc5239632efff1d99aad3b0a61e (patch)
tree70edd5753b183a425ec5a664b14f3c695bbde4ce /.gitignore
parente8a10454eba4c7392cb301fbfbe796e5bfb2b729 (diff)
downloadethos-u-vela-c82b40c9fa3d1fc5239632efff1d99aad3b0a61e.tar.gz
Add pytest/pytest-cov support for pre-commit
Pytest (testing framework) and pytest-cov are now part of the python environment and run automatically by pre-commit hook. Change-Id: If55cae9f29391c80c809a0487785786a7b9ae62a Signed-off-by: Diego Russo <diego.russo@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7512fe21..50819603 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.eggs/
build/
ethos_u_vela.egg-info/
-ethosu/*.so \ No newline at end of file
+ethosu/*.so
+.coverage \ No newline at end of file