Skip to content

Commit a56dac6

Browse files
committed
Remove 'continue-on-error' from code coverage steps in GitHub workflows for ARM and Distroless builds to ensure failures are properly reported.
1 parent 883c948 commit a56dac6

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/arm-AL2023-build-test-push-workflow-AL2023.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
run: make test
5252
- name: Run Code Coverage
5353
run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}
54-
continue-on-error: true
5554
- name: Upload Coverage artifacts
5655
uses: actions/upload-artifact@v6
5756
with:

.github/workflows/arm-Ubuntu-build-test-push-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
run: make test
5252
- name: Run Code Coverage
5353
run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}
54-
continue-on-error: true
5554
- name: Upload Coverage artifacts
5655
uses: actions/upload-artifact@v6
5756
with:

.github/workflows/distroless-build-test-push-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
run: make test
5858
- name: Run Code Coverage
5959
run: goveralls -shallow -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}
60-
continue-on-error: true
6160
- name: Upload Coverage artifacts
6261
uses: actions/upload-artifact@v6
6362
with:

0 commit comments

Comments
 (0)