mirror of
https://github.com/stoatchat/rust-authifier.git
synced 2026-06-30 22:08:36 -04:00
chore: add notes for coverage tests
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
target
|
||||
target
|
||||
tarpaulin-report.html
|
||||
@@ -107,6 +107,13 @@ cargo test --features test
|
||||
cargo nextest run --features test
|
||||
```
|
||||
|
||||
Run a coverage test:
|
||||
|
||||
```bash
|
||||
# Run tarpaulin
|
||||
cargo tarpaulin --features test --out html
|
||||
```
|
||||
|
||||
## Database Migrations
|
||||
|
||||
Migrating the database is easy, you just have to orchestrate it yourself, ideally you have your own versioned migration system which you can slot changes into.
|
||||
|
||||
Reference in New Issue
Block a user