Unable to stop comment from codecov bot when coverage is same

Description

We wanted to stop the comment from the codecov bot on the PR if the coverage is the same as last commit. But using the specified way from the documentation not able to stop the comment

Repository

CI/CD

Using Github actions

Uploader

using github-action for uploading the results codecov/codecov-action@v1

Commit SHAs

Please include the commit SHA(s)

Codecov YAML

flags:
  operator:
    paths:
      - pkg/
coverage:
  status:
    project:
      operator:
        target: auto
        threshold: 5%
        base: auto
        flags:
          - operator
comment:
  require_changes: true

Codecov Output

Comment with reports and message no change in coverage

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Thanks @kaitou786, we’ll take a look to see why this is happening.

1 Like

Hi @kaitou786, we are still working on a fix. Thanks for your patience here.

Hi @kaitou786, we patched a fix here that should respect require_changes now.

@tom thanks for solving it and letting me know

1 Like