amplify 4.8.0

Amplifying Rust language capabilities: multiple generic trait implementations, type wrappers, derive macros
Documentation
codecov:
  require_ci_to_pass: false

coverage:
  precision: 1
  round: nearest
  range: "0...95"
  status:
    project:
      default:
        target: 40%
        threshold: 1%
        branches:
          - master
    patch:
      default:
        target: 40%
        threshold: 1%
        only_pulls: true