Skip to content

Commit

Permalink
[~] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Jan 4, 2024
1 parent 797844f commit 155d809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Test
run: |
go test -v ./... -covermode=count -coverprofile=coverage.out
go test -v ./tests -covermode=count -coverpkg=./... -coverprofile=coverage.out
go tool cover -func=coverage.out -o=coverage.out
env:
SECURE_PROXY: ${{ secrets.SECURE_PROXY }}
Expand Down

0 comments on commit 155d809

Please sign in to comment.