We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15769c0 commit 25c9f05Copy full SHA for 25c9f05
.github/workflows/build-altinity-mcp.yml
@@ -33,11 +33,12 @@ jobs:
33
- name: Run tests with coverage
34
run: go test -v -coverprofile=coverage.out ./...
35
36
- - name: Send coverage to Coveralls
37
- uses: coverallsapp/github-action@v2
38
- with:
39
- github-token: ${{ secrets.GITHUB_TOKEN }}
40
- file: coverage.out
+# todo remove when fix 504 gateway timeout, https://github.com/lemurheavy/coveralls-public/issues/1824
+# - name: Send coverage to Coveralls
+# uses: coverallsapp/github-action@v2
+# with:
+# github-token: ${{ secrets.GITHUB_TOKEN }}
41
+# file: coverage.out
42
43
build-and-push-platforms:
44
needs: test
0 commit comments