diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-06 15:16:33 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-06 15:16:33 +0200 |
| commit | f31198321b6123d00864b10b932ac507a29f6254 (patch) | |
| tree | 4bb6a18b355de77040eb5f4571d827b38da1cc5d | |
| parent | e3a82eda07264045e9b40859d01c7a36af8d193f (diff) | |
| download | Project-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.nix | 2 |
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 ])) ]; }; |
