diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 769833e..10f4571 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,7 +16,7 @@ jobs: go-version: stable - name: Calculate coverage run: | - go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./... + go test -count=1 -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./... - name: Generage coverage badge uses: vladopajic/go-test-coverage@679e6807f68f2440a4c43d386442a1d0041838a9 # v2.18.3 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 290369f..3b10ad4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: # container which is automatically pulled and run during the container # image build. However, because the release process also generates an SBOM # for the binaries attached to the GitHub release (see the "sboms" section - # in .gorleaser.yaml), it also needs to install syft into the action + # in .goreleaser.yaml), it also needs to install syft into the action # environment. - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - uses: anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1