1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

split up http body module

This commit is contained in:
Rob Ede
2021-02-15 12:20:43 +00:00
parent 0404b78b54
commit 55db3ec65c
10 changed files with 789 additions and 742 deletions

View File

@ -87,7 +87,7 @@ jobs:
&& github.ref == 'refs/heads/master'
run: |
cargo install cargo-tarpaulin --vers "^0.13"
cargo tarpaulin --out Xml
cargo tarpaulin --out Xml --verbose
- name: Upload to Codecov
if: >
matrix.target.os == 'ubuntu-latest'