Skip to content

Commit

Permalink
Merge pull request #7401 from kubernetes-sigs/dependabot/updatecoverage
Browse files Browse the repository at this point in the history
Update codeql-analysis.yml
  • Loading branch information
MartinForReal authored Oct 25, 2024
2 parents e74fb4a + dc0895e commit d49f219
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,11 @@ jobs:
make all
go test -covermode=count -coverprofile=profile.cov ./pkg/...
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/mattn/goveralls@latest
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
- name: Coveralls
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
with:
file: profile.cov
format: golang

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

0 comments on commit d49f219

Please sign in to comment.