forked from TezRomacH/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverage.txt
19 lines (15 loc) · 895 Bytes
/
coverage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
============================= test session starts ==============================
platform darwin -- Python 3.9.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/jensr/Documents/Code/git-repositories/python-package-template, configfile: pyproject.toml
plugins: html-3.1.1, metadata-1.11.0, cov-3.0.0
collected 1 item
tests/test_utils.py . [100%]
---------- coverage: platform darwin, python 3.9.10-final-0 ----------
Name Stmts Miss Cover
-----------------------------------------------
hooks/__init__.py 0 0 100%
hooks/post_gen_project.py 32 32 0%
hooks/pre_gen_project.py 29 14 52%
-----------------------------------------------
TOTAL 61 46 25%
============================== 1 passed in 0.12s ===============================