git-bot-feedback 0.5.1

A library designed for CI tools that posts comments on a Pull Request.
Documentation
1
2
3
4
5
6
7
8
9
10
11
coverage:
  status:
    patch:
      default:
        informational: true
    project:
      default:
        target: auto
        # adjust accordingly based on how flaky your tests are
        # this allows a 2% drop from the previous base commit coverage
        threshold: 2%