Add link to trac ticket.

This commit is contained in:
Adi Roiban 2021-04-05 20:21:48 +01:00
parent c9b74d5959
commit a371b9c742
1 changed files with 3 additions and 9 deletions

View File

@ -26,15 +26,9 @@ coverage:
target: 100%
project:
default:
# Allow for a bit of slack in overall project report.
# As long as the patch is 100% the PR should be ok.
# We report coverage even on errors.
# So a run on trunk might fail and during the failure process will
# exercise a different code branch (ex timeout errors).
# This code branch is reported at the end of the run.
# Future test runs will not trigger the error and the error handling
# code branch is not called, and if no other tests is touching that
# branch we are left with overall reduced code coverage.
# Temporary allow for a bit of slack in overall code coverage due to
# swinging coverage that is not triggered by changes in a PR.
# See: https://twistedmatrix.com/trac/ticket/10170
threshold: 0.02%