We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3678b10 commit 014001fCopy full SHA for 014001f
1 file changed
.github/workflows/verify.yml
@@ -141,7 +141,8 @@ jobs:
141
run: integration_tests/run-all.sh all cover
142
env:
143
GH_TOKEN: ${{ secrets.GH_TOKEN }}
144
- GOCOVER_MODE: set # Ensure integration tests use the same mode as unit tests
+ GOCOVER_MODE: set # Ensure integration tests use the same mode as unit tests\
145
+ URL_LIVENESS_CHECK_ENABLED: false # Disable network calls to check URLs for integration tests
146
- name: Generate test coverage
147
shell: bash
148
run: go tool covdata textfmt -i=integration_tests/gocover -o cover.out
0 commit comments