denet 0.4.2

a simple process monitor
Documentation
coverage:
  precision: 2
  round: down
  range: "60...100"
  status:
    project:
      default:
        target: auto
        threshold: 1%
      python:
        flags: 
          - python
        target: auto
        threshold: 1%
      rust:
        flags: 
          - rust
        target: auto
        threshold: 1%
    patch:
      default:
        target: auto
        threshold: 1%

comment:
  layout: "reach, diff, flags, files"
  behavior: default
  require_changes: false
  require_base: no
  require_head: no

ignore:
  - "tests/**/*"
  - "docs/**/*"

flags:
  python:
    paths:
      - python/
    carryforward: true
  rust:
    paths:
      - src/
    carryforward: true