Skip to content

Commit c5d74b0

Browse files
add coverage report
1 parent 94677cb commit c5d74b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snakedeploy/scaffold_plugins/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ def save_pyproject(pyproject):
116116
["pixi", "task", "add", "--feature", "dev", "typecheck", "pyrefly check"],
117117
check=True,
118118
)
119+
sp.run(
120+
["pixi", "task", "add", "--feature", "dev", "coverage-report", "coverage report -m"],
121+
check=True,
122+
)
119123
sp.run(
120124
[
121125
"pixi",

0 commit comments

Comments
 (0)