From 17c911442d785675eabab16427a33a219473b6dd Mon Sep 17 00:00:00 2001 From: HarrisChu <1726587+HarrisChu@users.noreply.github.com> Date: Tue, 12 Oct 2021 09:16:56 +0800 Subject: [PATCH] add codecov config --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..179a2a233a2 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +codecov: + allow_pseudo_compare: True + allow_coverage_offsets: True