Skip to content

Commit

Permalink
Test out coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Jul 12, 2024
1 parent 5052564 commit d7b03f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ jobs:
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: |
make
- run: go test ./...
- run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
- name: check test coverage
uses: vladopajic/go-test-coverage@v2
with:
profile: cover.out
local-prefix: github.com/Rocket-Rescue-Node/rescue-proxy

0 comments on commit d7b03f5

Please sign in to comment.