We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bff37 commit b10db93Copy full SHA for b10db93
.github/workflows/coverage.yml
@@ -13,6 +13,11 @@ jobs:
13
with:
14
go-version: '1.18'
15
- name: Run coverage
16
- run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
+ run: go test -v -timeout=2h -coverprofile=coverage.out -covermode=count ./...
17
+ env:
18
+ TF_ACC: 1 # It runs the integration test through the cassettes and not with real API calls
19
+ TF_TEST_DOMAIN: scaleway-terraform.com
20
+ TF_UPDATE_CASSETTES: false
21
+ TF_TEST_DOMAIN_ZONE: tf
22
- name: Upload coverage to Codecov
23
uses: codecov/codecov-action@v2
0 commit comments