bbcloud 0.11.1

Bitbucket Cloud CLI — open pull requests, read every comment, write replies, from the shell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Coverage is advisory: it reports on pull requests but never blocks a merge, so a
# legitimate change is not held up by an arithmetic cliff.
coverage:
  status:
    project:
      default:
        target: 90%
        threshold: 1%
        informational: true
    patch:
      default:
        informational: true
comment:
  layout: "reach, diff, flags, files"
  require_changes: true