Skip to content

Commit 25c9f05

Browse files
committed
remove coveralls until they fix 504 gateway timeout, lemurheavy/coveralls-public#1824
Signed-off-by: Slach <[email protected]>
1 parent 15769c0 commit 25c9f05

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-altinity-mcp.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
- name: Run tests with coverage
3434
run: go test -v -coverprofile=coverage.out ./...
3535

36-
- name: Send coverage to Coveralls
37-
uses: coverallsapp/github-action@v2
38-
with:
39-
github-token: ${{ secrets.GITHUB_TOKEN }}
40-
file: coverage.out
36+
# todo remove when fix 504 gateway timeout, https://github.com/lemurheavy/coveralls-public/issues/1824
37+
# - name: Send coverage to Coveralls
38+
# uses: coverallsapp/github-action@v2
39+
# with:
40+
# github-token: ${{ secrets.GITHUB_TOKEN }}
41+
# file: coverage.out
4142

4243
build-and-push-platforms:
4344
needs: test

0 commit comments

Comments
 (0)