Skip to content

Commit 1b309e4

Browse files
committed
add pytest-cov to dev env
1 parent 1c0e956 commit 1b309e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ qbpm.1
1515
.direnv/
1616
.pre-commit-config.yaml
1717
profiles/
18+
.coverage

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
(pyprojectEnv pkgs.python3 (ps: [
7373
ps.flit
7474
ps.pytest
75+
ps.pytest-cov
7576
ps.mypy
7677
ps.pylsp-mypy
7778
]))

0 commit comments

Comments
 (0)