Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petiaccja committed Nov 19, 2023
1 parent 7ff7661 commit e67daa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
working-directory: ${{runner.workspace}}/build
shell: bash
run: |
./build/Debug/bin/Test --reporter junit --out ${{runner.workspace}}/build/tests.xml
./build/Debug/bin/test --reporter junit --out ${{runner.workspace}}/build/tests.xml
llvm-profdata merge -sparse default.profraw -o coverage.profdata
llvm-cov show ./build/Debug/bin/test -instr-profile=coverage.profdata > ${{runner.workspace}}/build/coverage.txt
Expand Down

0 comments on commit e67daa5

Please sign in to comment.