Skip to content

Commit 4971da7

Browse files
committed
Fix SonarCloud frontend test coverage
Apparently `just build test cov` only runs the build command, despite the documentation saying that it should be possible to specify multiple recipes on the command line. Fixed by removing the build recipe which isn't needed here anyway.
1 parent aeca060 commit 4971da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
working-directory: components/frontend
6868
env:
6969
CI: true
70-
run: uvx --from=$(cat $GITHUB_WORKSPACE/tools/requirements-just.txt) just build test cov
70+
run: uvx --from=$(cat $GITHUB_WORKSPACE/tools/requirements-just.txt) just test cov
7171
- name: Create packages
7272
if: env.SONAR_TOKEN != null
7373
run: |

0 commit comments

Comments
 (0)