Skip to content

Commit 801f7a6

Browse files
committed
[*] ignore Coveralls errors
1 parent 462eb82 commit 801f7a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ jobs:
103103
104104
- name: Coveralls
105105
uses: coverallsapp/github-action@v2
106+
continue-on-error: true
106107
with:
107-
file: profile.cov
108+
file: profile.cov
108109

109110
goreleaser:
110111
if: true # false to skip job during debug

0 commit comments

Comments
 (0)