mozilla / release-services

Mozilla Release Engineering Services
https://docs.mozilla-releng.net
Mozilla Public License 2.0
49 stars 93 forks source link

staticanalysis/bot: Fix message regarding Coverity checker reliability. #2078

Closed abpostelnicu closed 5 years ago

marco-c commented 5 years ago

There is (at least) one more assertion to fix in the test_coverity.py test.

abpostelnicu commented 5 years ago

I’ve seen that the checks failed, will update the PR.

La0 commented 5 years ago

Currently we use as_text() to produce the output displayed in Phabricator comments. Here you only modify as_phabricator_lint (we can't use it because those comments are not dismissable by devs), and as_dict (used by the admin frontend)