mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
* cache tarpaulin * add rustfmt and clippy gh actions * add test timeout * fix clippy warnings * disable code cov for macros * adjst tarpaulin * adjust tarpaulin
6 lines
138 B
YAML
6 lines
138 B
YAML
ignore: # ignore codecoverage on following paths
|
|
- "**/tests"
|
|
- "**/benches"
|
|
- "**/examples"
|
|
- "ntex-macros"
|
|
- "ntex-rt-macros"
|