summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-06 15:16:33 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-06 15:16:33 +0200
commitf31198321b6123d00864b10b932ac507a29f6254 (patch)
tree4bb6a18b355de77040eb5f4571d827b38da1cc5d
parente3a82eda07264045e9b40859d01c7a36af8d193f (diff)
downloadProject-Tick-f31198321b6123d00864b10b932ac507a29f6254.tar.gz
Project-Tick-f31198321b6123d00864b10b932ac507a29f6254.zip
chore: add coverage to nix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--nix/dev.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/dev.nix b/nix/dev.nix
index 4aaf883e93..e753ed818a 100644
--- a/nix/dev.nix
+++ b/nix/dev.nix
@@ -34,6 +34,8 @@
requests
packaging
pydantic
+
+ coverage
]))
];
};