Project threshold not working properly

Description

I’m trying to allow PR to decrease overall coverage on 3% but not less than 90%.
Here is my coverage settings in condecov.yml:
coverage:
precision: 2
round: down
range: “80…100”

  status:
    project:
      default:
         target: 90
         threshold: 3%
     patch:
         default:
         target: 60
     changes: no

But codecov/project status still green even when I’m decreasing coverage on 4+%

Previous coverage is 100%, so, diff is 4.34% which is definitely bigger than 3% from config.

What I’m doing wrong? Could someone helps me?

I wonder if the codecov.yml file is failing validation and getting ignored. Can you share a commit SHA so I can check?