Skip to content

Commit 36b2e37

Browse files
committed
feat: add test coverage script using pytest
1 parent 9c66fa4 commit 36b2e37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/test-coverage

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
pytest --cov=src/dotcat --cov-report term-missing "$@"

0 commit comments

Comments
 (0)