Skip to content

Editor integration - #24

Merged
jakemoresca merged 9 commits into
masterfrom
editor-integration
Jul 12, 2026
Merged

Editor integration#24
jakemoresca merged 9 commits into
masterfrom
editor-integration

Conversation

@jakemoresca

Copy link
Copy Markdown
Owner

No description provided.

@jakemoresca jakemoresca self-assigned this Jul 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

💡 Need a hand with PR review? Try Gitar by Sonar!

dotnet build --no-restore
dotnet-coverage collect "dotnet test --no-build --verbosity normal" -f xml -o "coverage.xml"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"jakemoresca_ActionFlow" /o:"rydersir" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"jakemoresca_ActionFlow" /o:"rydersir" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
dotnet build
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" No newline at end of file
Comment thread deploy/docker-compose.yml
image: postgres:17
environment:
POSTGRES_USER: actionflow
POSTGRES_PASSWORD: actionflow
@@ -0,0 +1,14 @@
{
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=actionflow;Username=actionflow;Password=actionflow",
@@ -0,0 +1,14 @@
{
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=actionflow;Username=actionflow;Password=actionflow",
@jakemoresca
jakemoresca merged commit 171a164 into master Jul 12, 2026
2 of 3 checks passed
@jakemoresca
jakemoresca deleted the editor-integration branch July 12, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants