File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22source =
33 diffpy.pdffit2
44omit =
5- # # exclude debug.py from codecov report
5+ # exclude debug.py from codecov report
66 */tests/debug.py
77[report]
88omit =
@@ -13,14 +13,14 @@ omit =
1313 *_version.py
1414# RE patterns for lines to be excluded from consideration.
1515exclude_lines =
16- # # Have to re-enable the standard pragma
16+ # Have to re-enable the standard pragma
1717 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:
1919 raise AssertionError
2020 raise NotImplementedError
2121 ^[ ]*assert False
2222
23- # # Don't complain if non-runnable code isn't run:
23+ # Don't complain if non-runnable code isn't run:
2424 ^[ ]*@unittest.skip\b
2525 ^[ ]{4}unittest.main()
2626 if __name__ == ' __main__' :
Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - CI
8- - cookie
98 pull_request :
109 workflow_dispatch :
1110
You can’t perform that action at this time.
0 commit comments