File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 name : check that the Python3 test suite in passes
6868 entry : env PYTHONDEVMODE=yes sh -c 'coverage run && coverage xml &&
6969 coverage html && coverage report &&
70- diff-cover --ignore-whitespace --compare-branch=origin/feature/py3
70+ diff-cover --ignore-whitespace --compare-branch=origin/master
7171 --show-uncovered --html-report .git/coverage-diff.html
7272 --fail-under 50 .git/coverage3.11.xml'
7373 require_serial : true
@@ -111,7 +111,7 @@ repos:
111111 stages : [push]
112112 name : check that changes to python3 tree pass pylint
113113 entry : diff-quality --violations=pylint
114- --ignore-whitespace --compare-branch=origin/feature/py3
114+ --ignore-whitespace --compare-branch=origin/master
115115 pass_filenames : false
116116 language : python
117117 types : [python]
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ xfail_strict = true # is used to fail tests that are marked as xfail but pass(f
275275
276276
277277[tool .pytype_reporter ]
278- default_branch = " feature/py3 "
278+ default_branch = " master "
279279discard_messages_matching = [
280280 " Couldn't import pyi for 'xml.dom.minidom'" ,
281281 " No attribute '.*' on RRDContentHandler" ,
You can’t perform that action at this time.
0 commit comments