bgpkit-parser 0.16.0

MRT/BGP/BMP data processing library
Documentation
ignore:
  - "src/bin"
  - "src/lib.rs"
  - "src/error.rs"
  - "src/models/err.rs"
  - "src/parser/iters.rs"
  - "src/parser/bgp/attributes/mod.rs" # test covered in individual attribute
  - "src/parser/mrt/mrt_elem.rs"
  - "src/parser/bmp/mod.rs"
coverage:
  status:
    project:
      default:
        target: auto
        # adjust accordingly based on how flaky your tests are
        # this allows a 10% drop from the previous base commit coverage
        threshold: 10%
        # make coverage check informational (non-blocking)
        informational: true
    patch:
      default:
        # make patch coverage check informational (non-blocking)
        informational: true
# Ensure Codecov waits for all statuses to be reported before posting a comment
# This helps avoid posting coverage reports on incomplete CI runs
comment:
  require_changes: true
  require_base: true