diff --git a/.gitignore b/.gitignore index 7b0879d..a898024 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,7 @@ saved_config.yaml # === Other Dirs === /bench/corpus -/bench/backups \ No newline at end of file +/bench/backups +/target/ +/cobertura.xml +/tarpaulin-report.html diff --git a/cli-bin/tests/test.md b/cli-bin/tests/test.md index 3b3911e..437b7e8 100644 --- a/cli-bin/tests/test.md +++ b/cli-bin/tests/test.md @@ -69,4 +69,10 @@ or ```bash ./run_all_tests.sh +``` + +to see test coverage run: + +```bash +cargo tarpaulin --out Html ``` \ No newline at end of file