Cache tarpaulin (#7)

* cache tarpaulin

* add rustfmt and clippy gh actions

* add test timeout

* fix clippy warnings

* disable code cov for macros

* adjst tarpaulin

* adjust tarpaulin
This commit is contained in:
Nikolay Kim 2020-04-05 09:51:07 +06:00 committed by GitHub
parent cb4df30a86
commit 6f9c6aabea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 89 additions and 52 deletions

View file

@ -3,7 +3,7 @@
<p><strong>This is personal project, please, do not use it</strong> </p>
<p>
[![Build Status](https://github.com/ntex-rs/ntex/workflows/CI%20(Linux)/badge.svg)](https://travis-ci.org/ntex-rs/ntex)
![Build Status](https://github.com/ntex-rs/ntex/workflows/CI%20(Linux)/badge.svg)
[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex)
[![crates.io](https://meritbadge.herokuapp.com/ntex)](https://crates.io/crates/ntex)
[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.rs/ntex)