Address copilot review + gitignore .coverage

This commit is contained in:
Jeffrey A. Clark 2026-03-12 12:25:33 -04:00
parent 9e324e1a28
commit c925ecd4d4
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ test/lambda/*.json
xunit-results/
coverage.xml
server.log
.coverage

View File

@ -86,7 +86,6 @@ integration-tests:
test-coverage *args="":
just setup-tests --cov
just run-tests {{args}}
just coverage-report
[group('coverage')]
coverage-report: