From 39f940c120add49ac963604445362fc7ce34967a Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Wed, 29 Nov 2023 10:29:52 -0800 Subject: [PATCH] chore: updating unit tests --- .github/workflows/unit-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e403cc28..9a56edbd 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -44,11 +44,10 @@ jobs: - name: Report code coverage uses: zgosalvez/github-actions-report-lcov@v3 with: - coverage-files: coverage/lcov.info + coverage-files: ./backend/coverage/lcov.info minimum-coverage: 75 artifact-name: code-coverage-report github-token: ${{ secrets.GITHUB_TOKEN }} - working-directory: ./backend update-comment: true trivy: