From 7c1fbd6e005ad6a9fca2cb43f423eede59c271ad Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Thu, 11 Jan 2024 20:41:40 +0000 Subject: [PATCH] correct frontend dir --- .github/workflows/coverage-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-test.yml b/.github/workflows/coverage-test.yml index 0adad157..88288b08 100644 --- a/.github/workflows/coverage-test.yml +++ b/.github/workflows/coverage-test.yml @@ -56,4 +56,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} with: - projectBaseDir: pkpdapp \ No newline at end of file + projectBaseDir: frontend-v2 \ No newline at end of file