Have claude update the plan for the backend with the current status. (#5)
Reviewed-on: #5 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
8dae570755
commit
6bf4a037f3
7 changed files with 1543 additions and 168 deletions
3
justfile
3
justfile
|
|
@ -48,3 +48,6 @@ test-integration:
|
|||
echo "Running integration tests..."
|
||||
hurl --test --error-format long --variable host=http://localhost:3000 tests/api/*.hurl
|
||||
|
||||
test-coverage:
|
||||
cargo tarpaulin --out Html --output-dir coverage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue