Skip to content

Commit 193c360

Browse files
committed
fix: action - continue on error
1 parent 5f8ee06 commit 193c360

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: coverallsapp/github-action@v2
7979
with:
8080
path-to-lcov: lcov.info
81+
continue-on-error: true
8182

8283
sonarqube:
8384
needs: build_and_test
@@ -91,3 +92,4 @@ jobs:
9192
uses: SonarSource/sonarqube-scan-action@v6.0.0
9293
env:
9394
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
95+
continue-on-error: true

0 commit comments

Comments
 (0)