diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc49c3..4237324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# ============================================================================== +# ============================================================================== # CI PIPELINE - Build, Test, Lint, Security, SonarCloud # # Runs on every push (all branches) and every PR. @@ -168,7 +168,7 @@ jobs: CI: "true" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./.out/coverage/backend/coverage.xml flags: backend @@ -215,7 +215,7 @@ jobs: run: npm run test:coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./.out/coverage/frontend/lcov.info flags: frontend