From 377e55fb8aaa306b77b6a5bf946ec4b58e674686 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 20 Jul 2023 20:36:10 +0000 Subject: [PATCH] Update environment.yml Included coverage library. --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 17aaf68..339c157 100644 --- a/environment.yml +++ b/environment.yml @@ -6,5 +6,6 @@ dependencies: - pip - python-build - pytest + - pytest-cov - twine - sphinx