belgattitude/httpx

View on GitHub
codecov.yml

Summary

Maintainability
Test Coverage
coverage:
  range: 60..100
  round: down
  precision: 2

flag_management:
  default_rules:
    carryforward: false
  individual_flags:
    - name: httpx-exception-unit
      paths:
        - packages/exception
      statuses:
        - type: project
          target: 90%
          threshold: 1%

    - name: httpx-dsn-parser-unit
      paths:
        - packages/dsn-parser
      statuses:
        - type: project
          target: 90%
          threshold: 1%

    - name: httpx-memo-intl-unit
      paths:
        - packages/memo-intl
      statuses:
        - type: project
          target: 90%
          threshold: 1%

    - name: httpx-plain-object-unit
      paths:
        - packages/plain-object
      statuses:
        - type: project
          target: 90%
          threshold: 1%

    - name: httpx-assert-unit
      paths:
        - packages/assert
      statuses:
        - type: project
          target: 90%
          threshold: 1%

    - name: httpx-treeu-unit
      paths:
        - packages/treeu
      statuses:
        - type: project
          target: 50%
          threshold: 1%

    - name: httpx-json-api-unit
      paths:
        - packages/json-api
      statuses:
        - type: project
          target: 50%
          threshold: 1%

ignore:
  - '.yarn/**/*'
  - '.husky/**/*'
  - 'docs/**/*'
  - 'examples/**/*'
  - '**/dist/**/*'

github_checks: true

comment:
  layout: 'reach, diff, flags, files'
  behavior: default
  require_changes: false
  require_base: yes
  require_head: yes
  branches: null
  show_carryforward_flags: true