ntex/codecov.yml
Nikolay Kim 6f9c6aabea
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
2020-04-05 09:51:07 +06:00

6 lines
138 B
YAML

ignore: # ignore codecoverage on following paths
- "**/tests"
- "**/benches"
- "**/examples"
- "ntex-macros"
- "ntex-rt-macros"