mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 23:28:44 +00:00
Update .gitignore and enhance test documentation for coverage reporting
- Add /bench/backups, /target/, cobertura.xml, and tarpaulin-report.html to .gitignore to prevent tracking of generated files. - Update test.md to include instructions for running tests and generating coverage reports using cargo tarpaulin.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -44,4 +44,7 @@ saved_config.yaml
|
|||||||
|
|
||||||
# === Other Dirs ===
|
# === Other Dirs ===
|
||||||
/bench/corpus
|
/bench/corpus
|
||||||
/bench/backups
|
/bench/backups
|
||||||
|
/target/
|
||||||
|
/cobertura.xml
|
||||||
|
/tarpaulin-report.html
|
||||||
|
@@ -69,4 +69,10 @@ or
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
./run_all_tests.sh
|
./run_all_tests.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
to see test coverage run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo tarpaulin --out Html
|
||||||
```
|
```
|
Reference in New Issue
Block a user