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

simplify ConnectionInfo::new (#2282)

This commit is contained in:
Ibraheem Ahmed
2021-06-25 19:39:06 -04:00
committed by GitHub
parent 09afd033fc
commit 5eba95b731
6 changed files with 245 additions and 126 deletions

View File

@ -48,7 +48,6 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: generate-lockfile
- name: Cache Dependencies
uses: Swatinem/rust-cache@v1.2.0
@ -96,7 +95,6 @@ jobs:
run: |
cargo install cargo-tarpaulin --vers "^0.13"
cargo tarpaulin --out Xml --verbose
- name: Upload to Codecov
if: >
matrix.target.os == 'ubuntu-latest'