Skip to content

Commit

Permalink
cicd(fix|docs): master check coverage wrong file format (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Oct 3, 2023
1 parent b069bfb commit 191fcdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
with:
terraform_version: '1.5.*'
terraform_wrapper: false
- run: |
go test -v ./... -covermode=count -coverprofile=coverage.out
go tool cover -func=coverage.out -o=coverage.out
- run:
go test -v ./... -coverprofile=coverage.out
env:
TF_ACC: '1'
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 191fcdd

Please sign in to comment.