File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
source =
3
3
diffpy.pdffit2
4
4
omit =
5
- # # exclude debug.py from codecov report
5
+ # exclude debug.py from codecov report
6
6
*/tests/debug.py
7
7
[report]
8
8
omit =
@@ -13,14 +13,14 @@ omit =
13
13
*_version.py
14
14
# RE patterns for lines to be excluded from consideration.
15
15
exclude_lines =
16
- # # Have to re-enable the standard pragma
16
+ # Have to re-enable the standard pragma
17
17
pragma: no cover
18
- # # Don't complain if tests don't hit defensive assertion code:
18
+ # Don't complain if tests don't hit defensive assertion code:
19
19
raise AssertionError
20
20
raise NotImplementedError
21
21
^[ ]*assert False
22
22
23
- # # Don't complain if non-runnable code isn't run:
23
+ # Don't complain if non-runnable code isn't run:
24
24
^[ ]*@unittest.skip\b
25
25
^[ ]{4}unittest.main()
26
26
if __name__ == ' __main__' :
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- CI
8
- - cookie
9
8
pull_request :
10
9
workflow_dispatch :
11
10
You can’t perform that action at this time.
0 commit comments