actix-web 4.0.0-beta.16

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Documentation
comment: false

coverage:
  status:
    project:
      default:
        threshold: 100% # make CI green
    patch:
      default:
        threshold: 100% # make CI green

ignore: # ignore code coverage on following paths
  - "**/tests"
  - "**/benches"
  - "**/examples"