We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
problem
1 parent 44a11df commit 6dcd289Copy full SHA for 6dcd289
test/rules/src/https_everywhere_checker/rules.py
@@ -245,7 +245,8 @@ def getCoverageProblems(self):
245
Returns an array of strings reporting any coverage problems if they exist,
246
or empty list if coverage is sufficient.
247
"""
248
- problems = self._determineTestApplication()
+ self._determineTestApplication()
249
+ problems = []
250
251
# First, check each target has the right number of tests
252
myTestTargets = []
0 commit comments