Skip to content

Commit c925ecd

Browse files
committed
Address copilot review + gitignore .coverage
1 parent 9e324e1 commit c925ecd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ test/lambda/*.json
4343
xunit-results/
4444
coverage.xml
4545
server.log
46+
.coverage

justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ integration-tests:
8686
test-coverage *args="":
8787
just setup-tests --cov
8888
just run-tests {{args}}
89-
just coverage-report
9089

9190
[group('coverage')]
9291
coverage-report:

0 commit comments

Comments
 (0)