Skip to content

chore(deps): bump google.golang.org/grpc from 1.42.0 to 1.56.3 #147

chore(deps): bump google.golang.org/grpc from 1.42.0 to 1.56.3

chore(deps): bump google.golang.org/grpc from 1.42.0 to 1.56.3 #147

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
codecov:
name: codecov
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: Generate coverage report
run: |
go test -race ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage report
uses: codecov/codecov-action@v2
with:
file: ./coverage.txt
flags: unittests
name: codecov-umbrella