diff --git a/.github/workflows/asw2223.yml b/.github/workflows/asw2223.yml index 9dedaec..06877ff 100644 --- a/.github/workflows/asw2223.yml +++ b/.github/workflows/asw2223.yml @@ -40,7 +40,7 @@ jobs: with: node-version: 18 - run: npm ci - - run: npm run test -- --coverage --watchAll=false --coverageReporters=lcov + - run: npm run test -- --coverage --watchAll=false --coverageReporters=lcov --rootDir=../ - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: