-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverage_report.txt
41 lines (37 loc) · 2.88 KB
/
coverage_report.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.3.0
rootdir: /media/UMCCR/GitHub/v2-bclconvert-samplesheet-maker
plugins: Faker-17.0.0, cov-4.1.0
collected 29 items
tests/v2_samplesheet_maker/classes/test_samplesheet.py ...
tests/v2_samplesheet_maker/classes/test_sections.py ................
tests/v2_samplesheet_maker/utils/test_cli.py ..........
---------- coverage: platform linux, python 3.10.12-final-0 ----------
Name Stmts Miss Cover
--------------------------------------------------------------------------------------
src/v2_samplesheet_maker/__init__.py 0 0 100%
src/v2_samplesheet_maker/classes/__init__.py 0 0 100%
src/v2_samplesheet_maker/classes/samplesheet.py 140 37 74%
src/v2_samplesheet_maker/classes/super_sections.py 130 27 79%
src/v2_samplesheet_maker/enums.py 10 0 100%
src/v2_samplesheet_maker/globals.py 0 0 100%
src/v2_samplesheet_maker/models/__init__.py 0 0 100%
src/v2_samplesheet_maker/models/bcl_convert_sections.py 56 2 96%
src/v2_samplesheet_maker/models/cloud_section.py 36 12 67%
src/v2_samplesheet_maker/models/run_info_sections.py 36 2 94%
src/v2_samplesheet_maker/models/samplesheet.py 13 13 0%
src/v2_samplesheet_maker/models/tso500l_sections.py 43 6 86%
src/v2_samplesheet_maker/run/__init__.py 0 0 100%
src/v2_samplesheet_maker/run/v2_samplesheet_reader.py 16 16 0%
src/v2_samplesheet_maker/run/v2_samplesheet_writer.py 14 14 0%
src/v2_samplesheet_maker/section_classes/bcl_convert_sections.py 16 2 88%
src/v2_samplesheet_maker/section_classes/cloud_sections.py 30 13 57%
src/v2_samplesheet_maker/section_classes/run_info_sections.py 12 0 100%
src/v2_samplesheet_maker/section_classes/tso500l_sections.py 20 2 90%
src/v2_samplesheet_maker/utils/__init__.py 25 3 88%
src/v2_samplesheet_maker/utils/cli.py 52 3 94%
src/v2_samplesheet_maker/utils/docopt_docs.py 4 4 0%
src/v2_samplesheet_maker/utils/logger.py 37 8 78%
--------------------------------------------------------------------------------------
TOTAL 690 164 76%
============================== 29 passed in 0.97s ==============================