From ce526df64115113ecb68bd7f1a51b6fe11957553 Mon Sep 17 00:00:00 2001 From: jbloom-md Date: Wed, 7 Feb 2024 14:44:23 -0800 Subject: [PATCH] add pytest-cov to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 216744c5..b33d2517 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ matplotlib-inline==0.1.6 pylint==3.0.2 black==23.11.0 pytest==7.4.3 +pytest-cov==4.1.0 git+/~https://github.com/callummcdougall/eindex.git \ No newline at end of file