Skip to content

Commit 85a910f

Browse files
committed
[no-relnote] Allow coveralls upload to fail
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent db439e7 commit 85a910f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/golang.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
skip-cache: true
5151

5252
- name: Check golang modules
53-
run: |
53+
run: |
5454
make check-vendor
5555
make -C deployments/devel check-modules
5656
@@ -71,11 +71,12 @@ jobs:
7171
uses: actions/setup-go@v5
7272
with:
7373
go-version: ${{ env.GOLANG_VERSION }}
74-
74+
7575
- name: Run unit tests and generate coverage report
7676
run: make coverage
7777

7878
- name: Upload to Coveralls
79+
continue-on-error: true
7980
uses: coverallsapp/github-action@v2
8081
with:
8182
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)