0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00

chore: disable code coverage (#227)

This commit is contained in:
Pavel Boldyrev 2023-02-05 13:33:04 -05:00 committed by GitHub
parent 346c92b273
commit a72fd27a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,11 +31,12 @@ jobs:
- name: Build
run: go vet . && go build -v .
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
# Very noisy, temporarily disabled
# - name: Run coverage
# run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
#
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# run acceptance tests in a matrix with Terraform core versions
test: