mercurial: ignore our sanitizer-built Python for coverage purposes (#4141)

* mercurial: ignore our sanitizer-built Python for coverage purposes

Should help (maybe fix) #4003.

* Fix unneeded \

Co-authored-by: Abhishek Arya <inferno@chromium.org>
This commit is contained in:
Augie Fackler 2020-07-15 12:53:25 -04:00 committed by GitHub
parent cfb18fbea7
commit a14eee4c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ sanitizers:
- address
- undefined
- memory
coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*