File tree Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ branch =True
3
+ cover_pylib =False
4
+ concurrency =thread
5
+ data_file =.coverage
6
+ disable_warnings =
7
+ trace-changed
8
+ module-not-python
9
+ module-not-imported
10
+ no-data-collected
11
+ module-not-measured
12
+ # include-ignored
13
+ omit =
14
+ venv/*
15
+ janis_core/tests/*
16
+ setup.py
17
+ parallel = True
18
+ plugins =
19
+ include =
20
+ janis_core/*
21
+ timid = False
22
+
23
+
24
+ [report]
25
+
26
+ exclude_lines =
27
+ pragma: no cover
28
+ def __repr__
29
+ raise NotImplementedError
30
+ if __name__ == .__main__.:
31
+ def parse_args
32
+ def main
33
+ fail_under =0
34
+ ignore_errors = False
35
+ omit =
36
+ venv/*
37
+ janis_core/tests/*
38
+ setup.py
39
+ precision =2
40
+ show_missing =False
41
+ skip_covered =False
42
+ sort =Name
43
+
44
+ [html]
45
+
46
+ directory =htmlcov
47
+ extra_css =
48
+ title =
49
+
50
+
51
+ [xml]
52
+
53
+ output =coverage.xml
54
+ package_depth =99
Original file line number Diff line number Diff line change 1
1
name : Unit Tests
2
2
3
- on : [push]
3
+ on : [push, pull_request ]
4
4
5
5
jobs :
6
6
build :
You can’t perform that action at this time.
0 commit comments