test: add unit tests for CreateDirectory endpoint and related S3 functionality

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noooste
2026-04-19 18:11:21 +02:00
parent 50d33f5dfc
commit 09289371a2
8 changed files with 1474 additions and 0 deletions
+9
View File
@@ -45,6 +45,14 @@ jobs:
name: coverage
path: coverage.out
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Noooste/garage-ui
files: ./coverage.out
fail_ci_if_error: false
smoke:
name: Smoke test (docker compose)
runs-on: ubuntu-latest
@@ -72,3 +80,4 @@ jobs:
run: |
docker compose -p garage-ui-smoke \
-f backend/tests/smoke/docker-compose.test.yml down -v || true