actix-web 4.0.0-rc.1

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"