fix: deplos testes
All checks were successful
Deploy QR Rapido / test (push) Successful in 3m50s
Deploy QR Rapido / build-and-push (push) Successful in 10m40s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 3m6s

This commit is contained in:
Ricardo Carneiro 2026-03-08 12:51:09 -03:00
parent 7a0c12f8d2
commit 311efcae62

View File

@ -30,13 +30,13 @@ jobs:
${{ runner.os }}-nuget- ${{ runner.os }}-nuget-
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore QRRapidoApp.csproj
- name: Build - name: Build
run: dotnet build --no-restore --configuration Release run: dotnet build QRRapidoApp.csproj --no-restore --configuration Release
- name: Test - name: Test
run: dotnet test --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" run: dotnet test QRRapidoApp.csproj --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage"
- name: Upload coverage - name: Upload coverage
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3